Element.iframe constructor - Element - dart:html library (original) (raw)

description

Element.iframe()

Creates a new <iframe> element.

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

Implementation

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