puppeteer/docs/api/puppeteer.httpresponse.ok.md

20 lines
234 B
Markdown

---
sidebar_label: HTTPResponse.ok
---
# HTTPResponse.ok() method
True if the response was successful (status in the range 200-299).
#### Signature:
```typescript
class HTTPResponse {
ok(): boolean;
}
```
**Returns:**
boolean