Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 234 Bytes

puppeteer.httpresponse.ok.md

File metadata and controls

19 lines (13 loc) · 234 Bytes
sidebar_label
HTTPResponse.ok

HTTPResponse.ok() method

True if the response was successful (status in the range 200-299).

Signature:

class HTTPResponse {
  ok(): boolean;
}

Returns:

boolean