Skip to main content
Go to Latest
interface Protocol.PerformanceTimeline.EnableRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { EnableRequest } = Protocol.PerformanceTimeline;

Properties

eventTypes: string[]

The types of event to report, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording. Note that not all types exposed to the web platform are currently supported.