interface Debugger.ScriptFailedToParseEventDataType
Identifier of the script parsed.
url: stringURL or name of the script parsed (if any).
startLine: numberLine offset of the script within the resource with given URL (for script tags).
startColumn: numberColumn offset of the script within the resource with given URL.
endLine: numberLast line of the script.
endColumn: numberLength of the last line of the script.
Specifies script creation context.
hash: stringContent hash of the script.
optional
executionContextAuxData: { } | undefinedEmbedder-specific auxiliary data.
optional
sourceMapURL: string | undefinedURL of source map associated with script (if any).
optional
hasSourceURL: boolean | undefinedTrue, if this script has sourceURL.
optional
isModule: boolean | undefinedTrue, if this script is ES6 module.
optional
length: number | undefinedThis script length.
optional
stackTrace: Runtime.StackTrace | undefinedJavaScript top stack frame of where the script parsed event was triggered if available.