From 7b46934cd6dba57d0d5660c68b3dd57349f82eb9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 20 Jan 2025 11:53:51 +0200 Subject: [PATCH] docs: remove proxy banner closes #132 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 651679e..a50f6a4 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,6 @@ By default, `no_proxy` and `NO_PROXY` environment variables will be checked and > [!NOTE] > Using export conditions, this utility adds proxy support for Node.js and for other runtimes, it will simply return native fetch. -> [!IMPORTANT] -> Proxy support is under development. Check [unjs/node-fetch-native#107](https://github.com/unjs/node-fetch-native/issues/107) for the roadmap and contributing! - ### `fetch` with proxy support You can simply import `{ fetch }` from `node-fetch-native/proxy` with a preconfigured `fetch` function that has proxy support.