Back to Puppeteer

HTTPResponse.text() method

docs/api/puppeteer.httpresponse.text.md

19.2.2294 B
Original Source

HTTPResponse.text() method

Promise which resolves to a text (utf8) representation of response body.

Signature

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

Returns:

Promise<string>

Remarks

This method will throw if the content is not utf-8 string