node-fetch-cache icon indicating copy to clipboard operation
node-fetch-cache copied to clipboard

TypeError with bun

Open glensc opened this issue 1 year ago • 2 comments

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?

glensc avatar Jan 31 '24 07:01 glensc

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.

mistval avatar Feb 12 '24 18:02 mistval

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

glensc avatar Feb 13 '24 03:02 glensc