mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
604 B
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;