HTMLDialogElement constructor

HTMLDialogElement()

Creates an HTMLDialogElement using the tag 'dialog'.

Implementation

HTMLDialogElement() : _ = document.createElement('dialog');