Interface

HTMLScriptElement

HTMLScriptElement

Members

string

# charset

Sets or retrieves the character set used to encode the object.

View Source js/lib.dom.d.ts, line 3549

boolean

# defer

Sets or retrieves the status of the script.

View Source js/lib.dom.d.ts, line 3554

string

# event

Sets or retrieves the event for which the script is written.

View Source js/lib.dom.d.ts, line 3559

string

# htmlFor

Sets or retrieves the object that is bound to the event script.

View Source js/lib.dom.d.ts, line 3564

string

# src

Retrieves the URL to an external file that contains the source code or data.

View Source js/lib.dom.d.ts, line 3569

string

# text

Retrieves or sets the text of the object as a string.

View Source js/lib.dom.d.ts, line 3574

string

# type

Sets or retrieves the MIME type for the associated scripting engine.

View Source js/lib.dom.d.ts, line 3579

HTMLScriptElement

HTML

Sets or retrieves the character set used to encode the object.

View Source js/lib.dom.d.ts, line 3549

boolean

# defer

Sets or retrieves the status of the script.

View Source js/lib.dom.d.ts, line 3554

string

# event

Sets or retrieves the event for which the script is written.

View Source js/lib.dom.d.ts, line 3559

string

# htmlFor

Sets or retrieves the object that is bound to the event script.

View Source js/lib.dom.d.ts, line 3564

string

# src

Retrieves the URL to an external file that contains the source code or data.

View Source js/lib.dom.d.ts, line 3569

string

# text

Retrieves or sets the text of the object as a string.

View Source js/lib.dom.d.ts, line 3574

string

# type

Sets or retrieves the MIME type for the associated scripting engine.

View Source js/lib.dom.d.ts, line 3579