puppeteer/new-docs/puppeteer.protocol.runtime.stacktrace.parentid.md

14 lines
557 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [StackTrace](./puppeteer.protocol.runtime.stacktrace.md) &gt; [parentId](./puppeteer.protocol.runtime.stacktrace.parentid.md)
## Protocol.Runtime.StackTrace.parentId property
Asynchronous JavaScript stack trace that preceded this stack, if available.
<b>Signature:</b>
```typescript
parentId?: StackTraceId;
```