Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.LayerTree.ProfileSnapshotRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ProfileSnapshotRequest } = Protocol.LayerTree;

Properties

snapshotId: SnapshotId

The id of the layer snapshot.

optional
minRepeatCount: integer

The maximum number of times to replay the snapshot (1, if not specified).

optional
minDuration: number

The minimum duration (in seconds) to replay the snapshot.

optional
clipRect: DOM.Rect

The clip rectangle to apply when replaying the snapshot.