HTMLDetailsElement constructor

HTMLDetailsElement()

Creates an HTMLDetailsElement using the tag 'details'.

Implementation

HTMLDetailsElement() : _ = document.createElement('details');