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
The fetch command handles a redirect by passing the redirect parameter:
The http client implementation does not support the AllowAutoRedirect property.
redirect
The redirect mode to use: follow (automatically follow redirects), error (abort with an error if a redirect occurs), or manual (handle redirects manually). In Chrome the default is follow (before Chrome 47 it defaulted to manual).
The fetch command handles a redirect by passing the redirect parameter:
The http client implementation does not support the
AllowAutoRedirect
property.MDN web docs
See issue #39365 as well.
The text was updated successfully, but these errors were encountered: