puppeteer/website/versioned_docs/version-9.1.1/puppeteer.httpresponse.text.md
2021-08-10 11:09:48 +01:00

430 B

Home > puppeteer > HTTPResponse > text

HTTPResponse.text() method

Signature:

text(): Promise<string>;

Returns:

Promise<string>

Promise which resolves to a text representation of response body.