Script |
The ScriptFailedToParseEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodeOffset | If the scriptLanguage is WebAssembly, the code section offset in 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 likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string} |
![]() | ExecutionContextId | Specifies script creation context. |
![]() | Hash | Content hash of the script, SHA-256. |
![]() | HasSourceURL | True, if this script has sourceURL. |
![]() | 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). |