Skip to content

Commit

Permalink
fix(docs): remove reference to unsupported feature (#153)
Browse files Browse the repository at this point in the history
closes #147
  • Loading branch information
nlf committed May 18, 2022
1 parent ae62c21 commit 1d454f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 1d454f1

Please sign in to comment.