Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 427 Bytes

puppeteer.httprequest.postdata.md

File metadata and controls

17 lines (10 loc) · 427 Bytes

Home > puppeteer > HTTPRequest > postData

HTTPRequest.postData() method

Signature:

postData(): string | undefined;

Returns:

string | undefined

the request's post body, if any.