Re: [streams] rsReader.readBatch(numberOfChunks)? rbsReader.read(view, { waitUntilDone: true })? (#320)

> Indeed, they are, as are most (all?) primitives that appear in the ES language spec in SpiderMonkey. Promises are a strange exception in SpiderMonkey...

I am told this is because SpiderMonkey does not have the concept of an event loop.  All previous timer and async callback APIs were in the DOM.  So Promises are a unique case.  Long term plan is to add an event loop to SpiderMonkey.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/320#issuecomment-91714045

Received on Friday, 10 April 2015 23:17:49 UTC