Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 447 Bytes

puppeteer.httpresponse.text.md

File metadata and controls

17 lines (10 loc) · 447 Bytes

Home > puppeteer > HTTPResponse > text

HTTPResponse.text() method

Signature:

text(): Promise<string>;

Returns:

Promise<string>

Promise which resolves to a text representation of response body.