HTMLFrameElement constructor

HTMLFrameElement()

Creates an HTMLFrameElement using the tag 'frame'.

Implementation

HTMLFrameElement() : _ = document.createElement('frame');