webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
HTMLScriptElement Interface Reference

import"HTMLScriptElement.idl";

Inheritance diagram for HTMLScriptElement:
HTMLElement

Public Attributes

attribute DOMString text
 
attribute DOMString htmlFor
 
attribute DOMString event
 
attribute DOMString charset
 
attribute boolean async
 
attribute boolean defer
 
attribute USVString src
 
attribute DOMString type
 
attribute DOMString crossOrigin
 
attribute DOMString nonce
 
attribute boolean noModule
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Additional Inherited Members

- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Member Data Documentation

◆ async

attribute boolean HTMLScriptElement::async

◆ charset

attribute DOMString HTMLScriptElement::charset

◆ crossOrigin

attribute DOMString HTMLScriptElement::crossOrigin

◆ defer

attribute boolean HTMLScriptElement::defer

◆ event

attribute DOMString HTMLScriptElement::event

◆ htmlFor

attribute DOMString HTMLScriptElement::htmlFor

◆ noModule

attribute boolean HTMLScriptElement::noModule

◆ nonce

attribute DOMString HTMLScriptElement::nonce

◆ src

attribute USVString HTMLScriptElement::src

◆ text

attribute DOMString HTMLScriptElement::text

◆ type

attribute DOMString HTMLScriptElement::type

The documentation for this interface was generated from the following file: