Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 256 Bytes

puppeteer.httpresponse.buffer.md

File metadata and controls

19 lines (13 loc) · 256 Bytes
sidebar_label
HTTPResponse.buffer

HTTPResponse.buffer() method

Promise which resolves to a buffer with response body.

Signature:

class HTTPResponse {
  buffer(): Promise<Buffer>;
}

Returns:

Promise<Buffer>