interface Debugger.ScriptFailedToParseEventDataType
Properties Jump to heading
Identifier of the script parsed.
Jump to headingurl: string
URL or name of the script parsed (if any).
Jump to headingstartLine: number
Line offset of the script within the resource with given URL (for script tags).
Jump to headingstartColumn: number
Column offset of the script within the resource with given URL.
Jump to headingendLine: number
Last line of the script.
Jump to headingendColumn: number
Length of the last line of the script.
Specifies script creation context.
Jump to headinghash: string
Content hash of the script.
optional
Jump to headingexecutionContextAuxData: { } | undefined
Embedder-specific auxiliary data.
optional
Jump to headingsourceMapURL: string | undefined
URL of source map associated with script (if any).
optional
Jump to headinghasSourceURL: boolean | undefined
True, if this script has sourceURL.
optional
Jump to headingisModule: boolean | undefined
True, if this script is ES6 module.
optional
Jump to headinglength: number | undefined
This script length.
optional
Jump to headingstackTrace: Runtime.StackTrace | undefined
JavaScript top stack frame of where the script parsed event was triggered if available.