14 lines
585 B
Markdown
14 lines
585 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ConsoleProfileStartedEvent](./puppeteer.protocol.profiler.consoleprofilestartedevent.md) > [location](./puppeteer.protocol.profiler.consoleprofilestartedevent.location.md)
|
||
|
|
||
|
## Protocol.Profiler.ConsoleProfileStartedEvent.location property
|
||
|
|
||
|
Location of console.profile().
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
location: Debugger.Location;
|
||
|
```
|