Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.LayerTree.ReplaySnapshotRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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).