[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [EnableRequest](./puppeteer.protocol.network.enablerequest.md) > [maxPostDataSize](./puppeteer.protocol.network.enablerequest.maxpostdatasize.md) ## Protocol.Network.EnableRequest.maxPostDataSize property Longest post body size (in bytes) that would be included in requestWillBeSent notification Signature: ```typescript maxPostDataSize?: integer; ```