Skip to main content
Module

x/puppeteer/mod.ts>HTTPRequest#enqueueInterceptAction

A port of puppeteer running on Deno
Latest
method HTTPRequest.prototype.enqueueInterceptAction
Re-export
import { HTTPRequest } from "https://deno.land/x/puppeteer@16.2.0/mod.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>