fetch
Response object
Property
Type
Description
url
string
Requested URL
status
number | null
Response status code
length
number | null
Response content length
ok
boolean
Response status (true if code within 200-299, otherwise false)
response.body(delay)
Request body content
fetch function
fetch(url, delay)
Last updated