Element.iframe constructor

Element.iframe()

Creates a new <iframe> element.

This is equivalent to calling new Element.tag('iframe').

Implementation

factory Element.iframe() => new Element.tag('iframe');