Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 418 Bytes

puppeteer.httpresponse.ok.md

File metadata and controls

17 lines (10 loc) · 418 Bytes

Home > puppeteer > HTTPResponse > ok

HTTPResponse.ok() method

Signature:

ok(): boolean;

Returns:

boolean

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