developit / unfetch

🐕 Bare minimum 500b fetch polyfill.
https://npm.im/unfetch
MIT License
5.7k stars 201 forks source link

http2 support? #136

Closed PlopTheReal closed 4 years ago

PlopTheReal commented 4 years ago

Hey! Does this lib supports http2?

developit commented 4 years ago

Yes. In the browser it uses XMLHttpRequest, which supports HTTP2. In Node, isomorphic-unfetch is just an alias of node-fetch, which supports HTTP2.