mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
616 B
616 B
Home > puppeteer > Protocol > Tracing > BufferUsageEvent > percentFull
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.
Signature:
percentFull?: number;