Fired when a Script is parsed either Chromium or Node.js.
The URL of the Script parsed.
The Script ID of the Script parsed.
The Source of the Script parsed.
If True the script was parsed OK, if False the script failed to parse. In later case a OnDebuggerBreakpointHit event will reveal the location of the error.
Fired when a Script is parsed either Chromium or Node.js.
Value | Description |
---|---|
DEBUGGER_CHROMIUM | Defines use of Chromium Debugger for WebKitX debugger commands and events. |
DEBUGGER_NODEJS | Defines use of node.js Debugger for WebKitX debugger commands and events. |
The URL of the Script parsed.
The Script ID of the Script parsed.
The Source of the Script parsed.
If True the script was parsed OK, if False the script failed to parse. In later case a OnDebuggerBreakpointHit event will reveal the location of the error.
It is recommended to fire this event only for Script Errors by setting Settings.enable_script_parsed_ws_events to False.