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