14 lines
500 B
Markdown
14 lines
500 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Log](./puppeteer.protocol.log.md) > [LogEntry](./puppeteer.protocol.log.logentry.md) > [workerId](./puppeteer.protocol.log.logentry.workerid.md)
|
|
|
|
## Protocol.Log.LogEntry.workerId property
|
|
|
|
Identifier of the worker associated with this entry.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
workerId?: string;
|
|
```
|