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
I attempted to use it with Cloudflare worker, which is javascript, but not node. I am guessing that it's a problem with node-fetch. In current version of node (and CF workers) fetch is already a global, but also I recommend cross-fetch which checks if fetch is defined before trying to polyfill it, and works in cloudflare-workers.
The text was updated successfully, but these errors were encountered:
I attempted to use it with Cloudflare worker, which is javascript, but not node. I am guessing that it's a problem with node-fetch. In current version of node (and CF workers)
fetch
is already a global, but also I recommend cross-fetch which checks if fetch is defined before trying to polyfill it, and works in cloudflare-workers.The text was updated successfully, but these errors were encountered: