interface Debugger.ScriptFailedToParseEventDataType
Properties Jump to heading
Identifier of the script parsed.
Jump to headingurl: stringURL or name of the script parsed (if any).
Jump to headingstartLine: numberLine offset of the script within the resource with given URL (for script tags).
Jump to headingstartColumn: numberColumn offset of the script within the resource with given URL.
Jump to headingendLine: numberLast line of the script.
Jump to headingendColumn: numberLength of the last line of the script.
Specifies script creation context.
Jump to headinghash: stringContent hash of the script.
optional
Jump to headingexecutionContextAuxData: { } | undefinedEmbedder-specific auxiliary data.
optional
Jump to headingsourceMapURL: string | undefinedURL of source map associated with script (if any).
optional
Jump to headinghasSourceURL: boolean | undefinedTrue, if this script has sourceURL.
optional
Jump to headingisModule: boolean | undefinedTrue, if this script is ES6 module.
optional
Jump to headinglength: number | undefinedThis script length.
optional
Jump to headingstackTrace: Runtime.StackTrace | undefinedJavaScript top stack frame of where the script parsed event was triggered if available.