Request: redirect プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
値
RequestRedirect
列挙値で、以下の文字列のいずれかになります。
follow
error
manual
リクエストの作成時に指定されなかった場合は、既定値の follow
になります。
例
次のスニペットでは、 Request.Request()
コンストラクターを使用して(スクリプトと同じディレクトリーにある画像ファイルのために)新しいリクエストを作成し、そのリクエストの redirect
の値を変数に保存します。
js
const myRequest = new Request("flowers.jpg");
const myCred = myRequest.redirect;
仕様書
Specification |
---|
Fetch # ref-for-dom-request-redirect② |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
redirect |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.