Element.iframe constructor
Element.iframe()
Creates a new <iframe> element.
This is equivalent to calling new Element.tag('iframe').
Implementation
factory Element.iframe() = IFrameElement;
Creates a new <iframe> element.
This is equivalent to calling new Element.tag('iframe').
factory Element.iframe() = IFrameElement;