HTMLEmbedElement constructor

HTMLEmbedElement()

Creates an HTMLEmbedElement using the tag 'embed'.

Implementation

HTMLEmbedElement() : _ = document.createElement('embed');