Skip to content

Commit 8bc505a

Browse files
committed
closes #2459
1 parent 175574e commit 8bc505a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/06-fetch-api/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The `redirect` option allows to change that:
171171
172172
- **`"follow"`** -- the default, follow HTTP-redirects,
173173
- **`"error"`** -- error in case of HTTP-redirect,
174-
- **`"manual"`** -- don't follow HTTP-redirect, but `response.url` will be the new URL, and `response.redirected` will be `true`, so that we can perform the redirect manually to the new URL (if needed).
174+
- **`"manual"`** -- allows to process HTTP-redirects manually. In case of redirect, we'll get a special response object, with `response.type="opaqueredirect"` and and zeroed/empty status and most other properies.
175175
176176
## integrity
177177

0 commit comments

Comments
 (0)