import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ContinueRequestRequest } = Protocol.Fetch;
Properties
requestId: RequestId
An id the client received in requestPaused event.
optional
headers: HeaderEntry[]If set, overrides the request headers.