From 89c37ab9f6e9e131079bbf6ac8b394bd6be86427 Mon Sep 17 00:00:00 2001 From: nlf Date: Wed, 18 May 2022 08:36:40 -0700 Subject: [PATCH] fix(docs): remove reference to unsupported feature closes #147 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 327b8ca..7e7df89 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ fetch('https://registry.npmjs.org/make-fetch-happen').then(res => { * Cache-fallback automatic "offline mode" * Proxy support (http, https, socks, socks4, socks5) * Built-in request caching following full HTTP caching rules (`Cache-Control`, `ETag`, `304`s, cache fallback on error, etc). -* Customize cache storage with any [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)-compliant `Cache` instance. Cache to Redis! * Node.js Stream support * Transparent gzip and deflate support * [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) support