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
Currently we avoid the issue by using the Headers class as implemented by node-fetch which might, in theory, be different and incompatible in some other implementation.
However, let's ensure that we align with Fetch Standard whenever possible.
The text was updated successfully, but these errors were encountered:
This might be a good idea:
https://github.com/zeit/fetch/pull/43/files
Currently we avoid the issue by using the
Headers
class as implemented bynode-fetch
which might, in theory, be different and incompatible in some other implementation.However, let's ensure that we align with Fetch Standard whenever possible.
The text was updated successfully, but these errors were encountered: