mozilla / libdweb

Extension containing an experimental libdweb APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streams API

lgrahl opened this issue · comments

commented

I know, I know, this is early work. But I suggest to strongly consider using the streams API, at least for files and TCP streams.

That was always the goal, it's just streams were not available back when this was started.

As a part of migration to a gecko code base all APIs are converted to use ReadableStreams. As of WritableStream we still don't have them in spider-monkey so it will have to wait until we do.

Closing this in an effort to migrate all issues to bugzilla & code to gecko.