Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method NetworkManager.prototype._onRequestPaused
import { NetworkManager } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/NetworkManager.d.ts";

CDP may send a Fetch.requestPaused without or before a Network.requestWillBeSent

CDP may send multiple Fetch.requestPaused for the same Network.requestWillBeSent.

Parameters

event: Protocol.Fetch.RequestPausedEvent