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