hmil / RosHTTP

Unified Scala.js + Scala HTTP client API
MIT License
126 stars 24 forks source link

Add fetch api-based backend for the browser #46

Open hmil opened 8 years ago

hmil commented 8 years ago

The fetch API seems to be able to handle streaming bodies which would allow our stream API to do actual streaming in the browser!!! Of course this feature should be turned on only if the browser supports it, defaulting to the XHR backend.