Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 247 Bytes

puppeteer.httprequest.postdata.md

File metadata and controls

19 lines (13 loc) · 247 Bytes
sidebar_label
HTTPRequest.postData

HTTPRequest.postData() method

The request's post body, if any.

Signature:

class HTTPRequest {
  abstract postData(): string | undefined;
}

Returns:

string | undefined