Josh
Josh
I am getting the else case locally. Is that the expected behaviour?
~@lquixada This issue has been open for a while with no resolution. It appears the issue is that this repo overrides fetch if `global.fetch` is undefined. Cloudflare workers do not...
👀 https://github.com/lquixada/cross-fetch/blob/main/dist/browser-ponyfill.js#L546 Uncommenting that line and commenting out the one below fixed my issue
The link is 404'ing since the dist folder that I was referencing [was deleted](https://github.com/lquixada/cross-fetch/commit/14ac31970e840e4cb4cb17988c386a1fb9881544) along with all the other dist files at the beginning of the year. It looks like...