Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.LayerTree.ReplaySnapshotRequest

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

Properties

snapshotId: SnapshotId

The id of the layer snapshot.

optional
fromStep: integer

The first step to replay from (replay from the very start if not specified).

optional
toStep: integer

The last step to replay to (replay till the end if not specified).

optional
scale: number

The scale to apply while replaying (defaults to 1).