79386741

Date: 2025-01-25 12:55:58
Score: 0.5
Natty:
Report link

Append method will only insert the source element as text node, you will need insertAdjacentHTML instead.

mainVideo.insertAdjacentHTML( 'beforeend', "<source type='video/mp4' src='' />")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chop