mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Runtime > CallFrame
Protocol.Runtime.CallFrame interface
Stack entry for runtime errors and assertions.
Signature:
export interface CallFrame
Properties
Property | Type | Description |
---|---|---|
columnNumber | integer | JavaScript script column number (0-based). |
functionName | string | JavaScript function name. |
lineNumber | integer | JavaScript script line number (0-based). |
scriptId | ScriptId | JavaScript script id. |
url | string | JavaScript script name or url. |