From 3a50d8b3f58879ed9352a26530f72d3da60b30b2 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 26 Oct 2018 21:01:26 +0700 Subject: [PATCH] Mention `node-fetch` Node.js stream API in comparison table (#644) Fixes #637 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 24310fb01..fd414bc9d 100644 --- a/readme.md +++ b/readme.md @@ -986,7 +986,7 @@ const h2got = got.extend({request}); | Browser support | ✖ | ✖ | ✔* | ✔ | | Electron support | ✔ | ✖ | ✖ | ✖ | | Promise API | ✔ | ✔ | ✔ | ✔ | -| Stream API | ✔ | ✔ | ✖ | ✖ | +| Stream API | ✔ | ✔ | Node.js only | ✖ | | Request cancelation | ✔ | ✖ | ✖ | ✔ | | RFC compliant caching | ✔ | ✖ | ✖ | ✖ | | Cookies (out-of-box) | ✔ | ✔ | ✖ | ✖ |