node-fetch-cache
node-fetch-cache copied to clipboard
TypeError with bun
Please see if this is problem that can be solved in node-fetch-cache:
- https://github.com/oven-sh/bun/issues/8487
or where in the code the mismatch happens? in what project the fix needs to happen?
That's curious. I don't know if this package will make the leap to officially support bun but it would be nice if it worked there. I see they added a label to investigate and if it works fine on Node that makes me inclined to think it's an issue with their Node package compatibility. Will wait and see for now.
My gut feeling says that the problem could go away with the "native fetch" api support:
- https://github.com/mistval/node-fetch-cache/issues/31