@inrupt/universal-fetch
Advanced tools
Changelog
1.0.0 - 2023-03-09
Introducing our fetch shim, where we use node-fetch as a polyfill on node 14, undici's fetch on node 16, and in browsers, we just expose the native fetch API.
This package aims to replace our usage of cross-fetch and to become our go-to way of working with fetch across different environments.