puppeteer/new-docs/puppeteer.protocol.log.logentry.workerid.md
2020-07-13 14:01:35 +01:00

14 lines
500 B
Markdown

<!-- 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; [Log](./puppeteer.protocol.log.md) &gt; [LogEntry](./puppeteer.protocol.log.logentry.md) &gt; [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;
```