Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Page.ScreencastFrameEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ScreencastFrameEvent } = Protocol.Page;

Compressed image data requested by the startScreencast.

Properties

data: string

Base64-encoded compressed image.

Screencast frame metadata.

sessionId: integer

Frame number.