I have started using the native fetch function recently (node 17+)
I realized today it is lacking a few functionalities from node-fetch, e.g. agent
Why is that?
Is there are plan to add it?
It is a shame because I needed to add node-fetch to my project as a result
see