- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Nov 2013 07:53:47 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23720 Bug ID: 23720 Summary: Make it able to issue multiple write()s on a Stream without waiting for completion Product: WebAppsWG Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Streams API Assignee: dave.null@w3.org Reporter: tyoshino@google.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org To bridge existing unstoppable APIs such as WebSocket to the Stream style APIs, we need to buffer write requests. We can address this by e.g.: - allowing multiple write()s without waiting for completion. maybe by having a queue inside a Stream - using infinite size Stream Figure out which is the best thing to do. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Tuesday, 5 November 2013 07:53:48 UTC