4696f7abda
Co-authored-by: Changhao Han <changhaohan@chromium.org>
418 B
418 B
Home > puppeteer > HTTPResponse > ok
HTTPResponse.ok() method
Signature:
ok(): boolean;
Returns:
boolean
True if the response was successful (status in the range 200-299).