0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-20.1.1/api/puppeteer.httpresponse.ok.md
release-please[bot] 3a6569e8ef
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-05-05 13:25:47 +02:00

234 B

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