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