import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ReplayXHRRequest } = Protocol.Network;
Properties
requestId: RequestId
Identifier of XHR to replay.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ReplayXHRRequest } = Protocol.Network;
Identifier of XHR to replay.