You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support fetch handlers returning 301 and 302 redirects and support the redirect parameter in the request.
The default redirect parameter should be follow, but the redirect following should be opted out by redirect: "manual".
This makes some logic like navigating to a proper directory URL ending in / more straightforward to implement. Similarly, being able to opt-out is useful for the Browser protocol handler use case where the user agent follows redirects for you.
The text was updated successfully, but these errors were encountered:
We should support fetch handlers returning
301
and302
redirects and support the redirect parameter in the request.The default
redirect
parameter should befollow
, but the redirect following should be opted out byredirect: "manual"
.This makes some logic like navigating to a proper directory URL ending in
/
more straightforward to implement. Similarly, being able to opt-out is useful for the Browser protocol handler use case where the user agent follows redirects for you.The text was updated successfully, but these errors were encountered: