matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

.FetchStream and .CookieJar missing? #150

Closed mk-pmb closed 6 years ago

mk-pmb commented 6 years ago

Compared to the regular fetch module, this one lacks .FetchStream and .CookieJar in v2.2.1. Could you add support for them please?

matthew-andrews commented 6 years ago

I believe it is correct for this module to not have support for these features as discussed here:- https://github.com/marionebl/omni-fetch/issues/4#issuecomment-335334089