[Bug 23719] New: Consider adding pull style flow control method to Stream

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23719

            Bug ID: 23719
           Summary: Consider adding pull style flow control method to
                    Stream
           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

It's good to have a method to allow "passive producer" (which doesn't want to
do work until the connected consumer requests data) to wait until the consumer
requests data.

E.g. random number generator would be categorized into this group.

Consider trade-off between advantage of this feature and inflation of API
surface.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 5 November 2013 07:47:49 UTC