interface Debugger.ScriptFailedToParseEventDataType
Properties #
Identifier of the script parsed.
#startColumn: numberColumn offset of the script within the resource with given URL.
Specifies script creation context.
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
#stackTrace: Runtime.StackTrace | undefinedJavaScript top stack frame of where the script parsed event was triggered if available.