Isomorphic ponyfill wrapping native browser fetch and node-fetch.
import fetch from "@foxglove/just-fetch";Usage is the same whether you are targeting browsers or node.js. The browser
target returns the native window.fetch implementation, and in node.js the
node-fetch library is returned.
@foxglove/just-fetch is licensed under the MIT License.
- Run
yarn version --[major|minor|patch]to bump version - Run
git push && git push --tagsto push new tag - GitHub Actions will take care of the rest