Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Tracing.BufferUsageEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Tracing.BufferUsageEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { BufferUsageEvent } = Protocol.Tracing;

Properties

optional
percentFull: number

A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.

optional
eventCount: number

An approximate number of events in the trace log.

optional
value: number

A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.