Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 309 Bytes

puppeteer.httprequest.fetchpostdata.md

File metadata and controls

19 lines (13 loc) · 309 Bytes
sidebar_label
HTTPRequest.fetchPostData

HTTPRequest.fetchPostData() method

Fetches the POST data for the request from the browser.

Signature:

class HTTPRequest {
  abstract fetchPostData(): Promise<string | undefined>;
}

Returns:

Promise<string | undefined>