googleapis/gax-nodejs

Look into conditionally using native fetch when we move to Node 18

Opened this issue · 2 comments

see b/337041278

Once we move to Node 18, we should look into checking whether we can use native fetch instead of node-fetch.

I’ve completed some research on the topic - see:

Awesome, thanks for doing that digging! We can use it to replace node-fetch here, as well.