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.