Latest
method HTTPRequest.prototype.enqueueInterceptAction
import { HTTPRequest } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Adds an async request handler to the processing queue. Deferred handlers are not guaranteed to execute in any particular order, but they are guaranteed to resolve before the request interception is finalized.

Parameters

pendingHandler: () => void | PromiseLike<unknown>