Re: [xhr] Abandon hope of removing sync XHR from the web platform? (#20)

@hallvors Promises are orthogonal to the issue here. The `foo.send()` line in your code above produces blocking behavior, i.e. JavaScript execution will pause at that line until the request is completed, making the rest of the Promise wrapper rather pointless in terms of asynchrony.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/20#issuecomment-172876659

Received on Tuesday, 19 January 2016 14:54:08 UTC