1.3.1 • Published 1 year ago

@foxglove/just-fetch v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@foxglove/just-fetch

Isomorphic ponyfill wrapping native browser fetch and node-fetch.

npm version

Usage

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.

License

@foxglove/just-fetch is licensed under MIT License.

Releasing

  1. Run yarn version --[major|minor|patch] to bump version
  2. Run git push && git push --tags to push new tag
  3. GitHub Actions will take care of the rest
1.3.1

1 year ago

1.3.0

1 year ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago