Click or drag to resize

ScriptFailedToParseEventArgs Properties

Version 94.4.20

The ScriptFailedToParseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCodeOffset
If the scriptLanguage is WebAssembly, the code section offset in the module.
Public propertyEmbedderName
The name the embedder supplied for this script.
Public propertyEndColumn
Length of the last line of the script.
Public propertyEndLine
Last line of the script.
Public propertyExecutionContextAuxData
Embedder-specific auxiliary data.
Public propertyExecutionContextId
Specifies script creation context.
Public propertyHash
Content hash of the script.
Public propertyHasSourceURL
True, if this script has sourceURL.
Public propertyIsModule
True, if this script is ES6 module.
Public propertyLength
This script length.
Public propertyScriptId
Identifier of the script parsed.
Public propertyScriptLanguage
The language of the script.
Public propertySourceMapURL
URL of source map associated with script (if any).
Public propertyStackTrace
JavaScript top stack frame of where the script parsed event was triggered if available.
Public propertyStartColumn
Column offset of the script within the resource with given URL.
Public propertyStartLine
Line offset of the script within the resource with given URL (for script tags).
Public propertyUrl
URL or name of the script parsed (if any).
Top
See Also