puppeteer/new-docs/puppeteer.protocol.network.enablerequest.md
2020-07-13 14:01:35 +01:00

1.1 KiB

Home > puppeteer > Protocol > Network > EnableRequest

Protocol.Network.EnableRequest interface

Signature:

export interface EnableRequest 

Properties

Property Type Description
maxPostDataSize integer Longest post body size (in bytes) that would be included in requestWillBeSent notification
maxResourceBufferSize integer Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
maxTotalBufferSize integer Buffer size in bytes to use when preserving network payloads (XHRs, etc).