Extremely Popular
Go to Latest
interface puppeteer.HeadlessExperimental.NeedsBeginFramesChangedEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { NeedsBeginFramesChangedEvent } = puppeteer.HeadlessExperimental;

Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed.

Properties

needsBeginFrames: boolean

True if BeginFrames are needed, false otherwise.