interface Debugger.ScriptParsedEventDataType
Properties #
Identifier of the script parsed.
#startColumn: number
Column offset of the script within the resource with given URL.
Specifies script creation context.
optional
#executionContextAuxData: { } | undefined
Embedder-specific auxiliary data.
optional
#isLiveEdit: boolean | undefined
True, if this script is generated as a result of the live edit operation.
optional
#sourceMapURL: string | undefined
URL of source map associated with script (if any).
optional
#hasSourceURL: boolean | undefined
True, if this script has sourceURL.
optional
#stackTrace: Runtime.StackTrace | undefined
JavaScript top stack frame of where the script parsed event was triggered if available.