mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
4696f7abda
Co-authored-by: Changhao Han <changhaohan@chromium.org>
447 B
447 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.