HTMLFrameElement constructor
HTMLFrameElement()
Creates an HTMLFrameElement using the tag 'frame'.
Implementation
HTMLFrameElement() : _ = document.createElement('frame');
Creates an HTMLFrameElement using the tag 'frame'.
HTMLFrameElement() : _ = document.createElement('frame');