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
Not familiar with CloudFlare Workers but the purpose of cross-fetch is just to act as a proxy for both node-fetch and whatwg-fetch. If the environment lacks the XMLHttpRequest object, maybe a polyfill for that could help you out.
Hi,
I am testing - indirectly - the cross-fetch library on CloudFlare Workers and I get the following error:
'XMLHttpRequest is not defined'
Are you planning to support CF workers in the near future ?
Please note that node-fetch seems to work with CF, but I couldn't find any "official" statement .
TIA
The text was updated successfully, but these errors were encountered: