HTMLSlotElement constructor

HTMLSlotElement()

Creates an HTMLSlotElement using the tag 'slot'.

Implementation

HTMLSlotElement() : _ = document.createElement('slot');