As we plan to support multiple environments and runtimes it makes sense to migrate from node-fetch to the Fetch API. Transitioning this library to a interface on top of fetch provides a ton of flexibility and will greatly decrease package size.
Additionally:
An HTTP request client that provides a lightweight interface on top of `fetch`.
As we plan to support multiple environments and runtimes it makes sense to migrate from
node-fetchto the Fetch API. Transitioning this library to a interface on top offetchprovides a ton of flexibility and will greatly decrease package size.Additionally: