- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Sat, 18 May 2013 15:36:18 +0100
- To: Jonas Sicking <jonas@sicking.cc>
- Cc: Takeshi Yoshino <tyoshino@google.com>, Feras Moussa <feras.moussa@hotmail.com>, Travis Leithead <travis.leithead@microsoft.com>, Alex Russell <slightlyoff@google.com>, "Web Applications Working Group WG (public-webapps@w3.org)" <public-webapps@w3.org>
On Sat, May 18, 2013 at 5:56 AM, Jonas Sicking <jonas@sicking.cc> wrote: > where the ProgressFutures returned from > readBinaryChunked/readBinaryChunked delivers the data in the progress > notifications only, and no data is delivered when the future is > actually resolved. Though this might be abusing Futures a bit? Yeah, futures represent a value. This is an event stream (that does not keep track of history). -- http://annevankesteren.nl/
Received on Saturday, 18 May 2013 14:36:49 UTC