Cristobal Dabed

Results 14 comments of Cristobal Dabed

Is this due to the new native fetch implementation rewritten with undici under the hood?

I tested this at work by creating a request handler that switches between the native fetch and [node-fetch](https://github.com/node-fetch/node-fetch), and can also confirm that only the request done with node-fetch are...

> Seems we're facing the same issue. We just migrated to node 18, removing node-fetch and switching to native fetch and found we've lost dependency tracking. Are there plans to...

Wondering the same here what's the status of this project?