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
This SDK uses browser-or-node to set the user-agent based on the javascript environment being run, however the same logic is not applied to cross-fetch. From my understanding that is because cross-fetchshould be platform agnostic.
It looks like cross-fetch tries using XmlHttpRequest to make API calls when the environment is set to web worker
The text was updated successfully, but these errors were encountered:
Heyo,
Thanks for raising this. We are waiting on lquixada/cross-fetch#78 to be completed before we can close this out. Looks like the open source cogs are turning to get us there.
This SDK uses
browser-or-node
to set the user-agent based on the javascript environment being run, however the same logic is not applied tocross-fetch
. From my understanding that is becausecross-fetch
should be platform agnostic.It looks like
cross-fetch
tries usingXmlHttpRequest
to make API calls when the environment is set to web workerThe text was updated successfully, but these errors were encountered: