# fetch-undici-polyfill

> Polyfill fetch with undici implementation on NodeJS.

Latest version **1.2.1** (published 2023-03-02) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install fetch-undici-polyfill
pnpm add fetch-undici-polyfill
yarn add fetch-undici-polyfill
bun add fetch-undici-polyfill
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2023-03-02 |
| First published | 2023-01-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 13.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Coveo |
| Maintainers | pixhel |
| Keywords | fetch, node, polyfill |

## Links

- npm: https://www.npmjs.com/package/fetch-undici-polyfill
- Repository: https://github.com/coveooss/fetch-undici-polyfill
- Homepage: https://github.com/coveooss/fetch-undici-polyfill#readme
- Issues: https://github.com/coveooss/fetch-undici-polyfill/issues
- npm.io page: https://npm.io/package/fetch-undici-polyfill

## Dependencies (1)

- [undici](https://npm.io/package/undici.md) latest

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.2.1 (latest) — 2023-03-02
- 1.2.0 — 2023-03-02
- 1.1.2 — 2023-01-23
- 1.1.1 — 2023-01-23
- 1.1.0 — 2023-01-23
- 1.0.0 — 2023-01-23

## README

# fetch-undici-polyfill

Polyfill fetch with [undici](https://github.com/nodejs/undici) implementation on NodeJS.

## Usage

Install: `npm i fetch-undici-polyfill`

Code:

```js
// 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](https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/).

---
_Source: https://npm.io/package/fetch-undici-polyfill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
