puppeteer/new-docs/puppeteer.protocol.runtime.callframe.md
2020-07-13 14:01:35 +01:00

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.