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>
444 B
444 B
Home > puppeteer > HTTPResponse > buffer
HTTPResponse.buffer() method
Signature:
buffer(): Promise<Buffer>;
Returns:
Promise<Buffer>
Promise which resolves to a buffer with response body.