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

547 B

Home > puppeteer > Protocol > Runtime > StackTrace > parent

Protocol.Runtime.StackTrace.parent property

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

Signature:

parent?: StackTrace;