- From: James Dunne <notifications@github.com>
- Date: Tue, 19 Jan 2016 06:53:36 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
Received on Tuesday, 19 January 2016 14:54:08 UTC
@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