Skip to main content
Go to Latest
interface default.Network.EnableRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { EnableRequest } = default.Network;

Properties

optional
maxTotalBufferSize: integer

Buffer size in bytes to use when preserving network payloads (XHRs, etc).

optional
maxResourceBufferSize: integer

Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).

optional
maxPostDataSize: integer

Longest post body size (in bytes) that would be included in requestWillBeSent notification