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