HTMLVideoElement constructor
HTMLVideoElement()
Creates an HTMLVideoElement using the tag 'video'.
Implementation
HTMLVideoElement() : _ = document.createElement('video');
Creates an HTMLVideoElement using the tag 'video'.
HTMLVideoElement() : _ = document.createElement('video');