Re: [fetch] Deprecate fetch (#28)

So point is what ```fetch``` is needed only for ServiceWorkers?

To be clear too, we (maybe only me) do not think what XHR is best API ever. We just saying ```fetch``` cannot replace XHR, but it's promoted as it can. Also, XHR can easily have most of ```fetch``` parts, such as Streams, ```no-cors``` mode and so on.

So, by no doubts, it's very good to have separate from XHR low-level API with Stream and other cool things which will allow 100% implement XHR over it. In the mean time, ```fetch``` with all its Promise-like-style-way is more suitable for simple interactions, just _fetch_ and use data, like JSON. Fast. Simple. Strong.
Streams and other low-level stuff seems cumbersome over ```fetch```.



---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/28#issuecomment-87032170

Received on Friday, 27 March 2015 17:51:25 UTC