Module htmlscriptelement

Source

Structsยง

ClassicContext ๐Ÿ”’
The context required for asynchronously loading an external script source.
CompiledSourceCode ๐Ÿ”’
HTMLScriptElement ๐Ÿ”’
ScriptId ๐Ÿ”’
An unique id for script element.
ScriptOrigin ๐Ÿ”’

Enumsยง

ExternalScriptKind ๐Ÿ”’
ScriptType ๐Ÿ”’
SourceCode ๐Ÿ”’

Constantsยง

_IMPL_DOMOBJECT_FOR_HTMLScriptElement ๐Ÿ”’

Staticsยง

SCRIPT_JS_MIMES ๐Ÿ”’
Supported script types as defined by https://html.spec.whatwg.org/multipage/#javascript-mime-type.

Functionsยง

fetch_a_classic_script ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#fetch-a-classic-script
finish_fetching_a_classic_script ๐Ÿ”’
Final steps of https://html.spec.whatwg.org/multipage/#prepare-the-script-element
script_fetch_request ๐Ÿ”’
Steps 1-2 of https://html.spec.whatwg.org/multipage/#fetch-a-classic-script

Type Aliasesยง

ScriptResult ๐Ÿ”’