Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 261 Bytes

puppeteer.httpresponse.text.md

File metadata and controls

19 lines (13 loc) · 261 Bytes
sidebar_label
HTTPResponse.text

HTTPResponse.text() method

Promise which resolves to a text representation of response body.

Signature:

class HTTPResponse {
  text(): Promise<string>;
}

Returns:

Promise<string>