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