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

605 B

Home > puppeteer > Protocol > Network > Request > hasPostData

Protocol.Network.Request.hasPostData property

True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.

Signature:

hasPostData?: boolean;