puppeteer/docs/api/puppeteer.httprequest.postdata.md
2023-11-06 10:15:09 +01:00

247 B

sidebar_label
HTTPRequest.postData

HTTPRequest.postData() method

The request's post body, if any.

Signature:

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

Returns:

string | undefined