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');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <iframe>
element.
This is equivalent to calling new Element.tag('iframe')
.
factory Element.iframe() => new Element.tag('iframe');