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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.

Reply via email to