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

557 B

Home > puppeteer > Protocol > Runtime > StackTrace > parentId

Protocol.Runtime.StackTrace.parentId property

Asynchronous JavaScript stack trace that preceded this stack, if available.

Signature:

parentId?: StackTraceId;