Look into conditionally using native fetch when we move to Node 18
Opened this issue · 2 comments
sofisl commented
see b/337041278
Once we move to Node 18, we should look into checking whether we can use native fetch instead of node-fetch.
danielbankhead commented
I’ve completed some research on the topic - see:
sofisl commented
Awesome, thanks for doing that digging! We can use it to replace node-fetch here, as well.