Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 245 Bytes

puppeteer.httpresponse.status.md

File metadata and controls

19 lines (13 loc) · 245 Bytes
sidebar_label
HTTPResponse.status

HTTPResponse.status() method

The status code of the response (e.g., 200 for a success).

Signature:

class HTTPResponse {
  abstract status(): number;
}

Returns:

number