import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { EnableRequest } = Protocol.Network;
Properties
optional
maxTotalBufferSize: integerBuffer size in bytes to use when preserving network payloads (XHRs, etc).
optional
maxResourceBufferSize: integerPer-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
optional
maxPostDataSize: integerLongest post body size (in bytes) that would be included in requestWillBeSent notification