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
Whatever forwardTo does, will redirects do the same? As in, if a page resource request isn't altered during onfetch, hits the network & redirects, does it reenter onfetch for the new url?
It seems cases like this is why you need integration with http://fetch.spec.whatwg.org/ as that already has a thin layer on top of HTTP (and sometimes overriding HTTP for bugs) and you can't pretend to just be a proxy.
We decided that forwardTo() will re-enter, per decisions captured in #47. Redirects that are handed to the network layer are opaque and do not re-enter.
The
fowardTo()
API will generate redirects that need to have their behvaior spec'd.In particular:
The text was updated successfully, but these errors were encountered: