mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
511 B
Markdown
18 lines
511 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConsoleMessage](./puppeteer.consolemessage.md) > [stackTrace](./puppeteer.consolemessage.stacktrace.md)
|
||
|
|
||
|
## ConsoleMessage.stackTrace() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
stackTrace(): ConsoleMessageLocation[];
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[ConsoleMessageLocation](./puppeteer.consolemessagelocation.md)\[\]
|
||
|
|
||
|
The array of locations on the stack of the console message.
|
||
|
|