Skip to main content

ScriptParsedEventDataType

interface Debugger.ScriptParsedEventDataType

Properties Jump to heading

Identifier of the script parsed.

URL or name of the script parsed (if any).

Line offset of the script within the resource with given URL (for script tags).

Column offset of the script within the resource with given URL.

Last line of the script.

Length of the last line of the script.

Content hash of the script.

Embedder-specific auxiliary data.

optional
Jump to headingisLiveEdit: boolean | undefined

True, if this script is generated as a result of the live edit operation.

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.

JavaScript top stack frame of where the script parsed event was triggered if available.

Back to top