fetch-undici-polyfill
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

fetch-undici-polyfill

Polyfill fetch with undici implementation on NodeJS.

Usage

Install: npm i fetch-undici-polyfill

Code:

// ESM import
import "fetch-undici-polyfill";
// CJS require
require("fetch-undici-polyfill");

fetch("https://nyan.cat");

Proxy configuration

Supports the environment variable HTTPS_PROXY and https_proxy. Read more about it here.

Readme

Keywords

Package Sidebar

Install

npm i fetch-undici-polyfill

Weekly Downloads

5,359

Version

1.2.1

License

Apache-2.0

Unpacked Size

13.5 kB

Total Files

6

Last publish

Collaborators

  • pixhel