HTMLIFrameElement constructor

HTMLIFrameElement()

Creates an HTMLIFrameElement using the tag 'iframe'.

Implementation

HTMLIFrameElement() : _ = document.createElement('iframe');