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

604 B

Home > puppeteer > Protocol > Runtime > StackTrace > description

Protocol.Runtime.StackTrace.description property

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

Signature:

description?: string;