14 lines
616 B
Markdown
14 lines
616 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) > [BufferUsageEvent](./puppeteer.protocol.tracing.bufferusageevent.md) > [percentFull](./puppeteer.protocol.tracing.bufferusageevent.percentfull.md)
|
|
|
|
## Protocol.Tracing.BufferUsageEvent.percentFull property
|
|
|
|
A number in range \[0..1\] that indicates the used size of event buffer as a fraction of its total size.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
percentFull?: number;
|
|
```
|