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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
At the moment Response instance returned by experimental.globalFetch always has a url: "" which as I've encountered seems to break general assumptions around existing code bases.
Digging through the spec it does appear like there is a way to provide url of the constructed Response instance, but it's possible to do on subclass:
At the moment
Response
instance returned byexperimental.globalFetch
always has aurl: ""
which as I've encountered seems to break general assumptions around existing code bases.Digging through the spec it does appear like there is a way to provide url of the constructed
Response
instance, but it's possible to do on subclass:Or same way on the constructed instance:
I would suggest doing one or the other to avoid unnecessary incompatibly with regular fetch.
The text was updated successfully, but these errors were encountered: