mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
777 B
Markdown
21 lines
777 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tracing](./puppeteer.protocol.tracing.md) > [DataCollectedEvent](./puppeteer.protocol.tracing.datacollectedevent.md)
|
|
|
|
## Protocol.Tracing.DataCollectedEvent interface
|
|
|
|
Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface DataCollectedEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [value](./puppeteer.protocol.tracing.datacollectedevent.value.md) | any\[\] | |
|
|
|