Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 290 Bytes

puppeteer.httpresponse.request.md

File metadata and controls

19 lines (13 loc) · 290 Bytes
sidebar_label
HTTPResponse.request

HTTPResponse.request() method

A matching HTTPRequest object.

Signature:

class HTTPResponse {
  abstract request(): HTTPRequest;
}

Returns:

HTTPRequest