On Fri, Sep 13, 2013 at 6:08 PM, Aymeric Vitte <[email protected]>wrote:
> Now you want a stream interface so you can code some js like mspack on top > of it. > > I am still missing a part of the puzzle or how to use it: as you mention > the stream is coming from somewhere (File, indexedDB, WebSocket, XHR, > WebRTC, etc) you have a limited choice of APIs to get it, so msgpack will > act on top of one of those APIs, no? (then back to the examples above) > > How can you get the data another way? > Do you mean that those data producer APIs should be changed to provide read-by-delta-data, and manipulation of data by js code should happen there instead of at the output of Stream?
