ScriptParsedEventArgs Properties |
The ScriptParsedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodeOffset |
If the scriptLanguage is WebAssembly, the code section offset in the module.
|
![]() | DebugSymbols |
If the scriptLanguage is WebASsembly, the source of debug symbols for the module.
|
![]() | EmbedderName |
The name the embedder supplied for this script.
|
![]() | EndColumn |
Length of the last line of the script.
|
![]() | EndLine |
Last line of the script.
|
![]() | ExecutionContextAuxData |
Embedder-specific auxiliary data.
|
![]() | ExecutionContextId |
Specifies script creation context.
|
![]() | Hash |
Content hash of the script.
|
![]() | HasSourceURL |
True, if this script has sourceURL.
|
![]() | IsLiveEdit |
True, if this script is generated as a result of the live edit operation.
|
![]() | IsModule |
True, if this script is ES6 module.
|
![]() | Length |
This script length.
|
![]() | ScriptId |
Identifier of the script parsed.
|
![]() | ScriptLanguage |
The language of the script.
|
![]() | SourceMapURL |
URL of source map associated with script (if any).
|
![]() | StackTrace |
JavaScript top stack frame of where the script parsed event was triggered if available.
|
![]() | StartColumn |
Column offset of the script within the resource with given URL.
|
![]() | StartLine |
Line offset of the script within the resource with given URL (for script tags).
|
![]() | Url |
URL or name of the script parsed (if any).
|