HTMLVideoElement constructor

HTMLVideoElement()

Creates an HTMLVideoElement using the tag 'video'.

Implementation

HTMLVideoElement() : _ = document.createElement('video');