redstone-fetch-undici

1.0.8 • Public • Published

fetch-undici

Actions Status

Isomorphic exports of fetch, providing window.fetch in the browser, and undici.fetch in node.js.

npm install fetch-undici

Usage

import { fetch } from 'fetch-undici';

Why

If you wan't to write an API client of some kind, that would be useful in the browser or in Node.js, fetch-undici provides the best implementation of fetch for the environment it's used in.

How

fetch-undici works by utilizing environment specific exports fields so that you can have dependency injection at the built-in node module resolver layer. It supports the following export fields:

  • main (cjs node)
  • browser (cjs browser)
  • exports.node (cjs node)
  • exports.browser (esm browser)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i redstone-fetch-undici

Weekly Downloads

3

Version

1.0.8

License

MIT

Unpacked Size

7.12 kB

Total Files

9

Last publish

Collaborators

  • redstone-finance