Skip to main content
Version: 3.14.1

Response.ok

The ok read-only property of the Response interface contains a Boolean stating whether the response was successful (status in the range 200-299) or not.

Value

A boolean value.