July 2018
Intermediate to advanced
354 pages
8h 51m
English
Most of the Response object properties are similar to a request object, most notably the Body and its mixins.
The isRedirected property indicates if the response is the product of a redirected (HTTPS status code 301 or 302) response.
The type property is readonly, and tells us if the response had a network error (error), opaque (cross-origin with a no-cors request, cors, and basically inidicates a successful response.
The url property is the final response URL, after any redirects.
Read now
Unlock full access