Baseline Widely available
Note: This feature is available in Web Workers.
The redirect
read-only property of the Request
interface contains the mode for how redirects are handled.
A RequestRedirect
enum value, which can be one the following strings:
follow
error
manual
If not specified when the request is created, it takes the default value of follow
.
In the following snippet, we create a new request using the Request()
constructor (for an image file in the same directory as the script), then save the request redirect
value in a variable:
const myRequest = new Request("flowers.jpg");
const myCred = myRequest.redirect;
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4