[Bug 24008] New: [Streams API] Partially decreasing numBytesBeingReturned without calling next read()

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

            Bug ID: 24008
           Summary: [Streams API] Partially decreasing
                    numBytesBeingReturned without calling next read()
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Streams API
          Assignee: tyoshino@google.com
          Reporter: tyoshino@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

Currently, only read() and readExact() invocation resets numBytesBeingReturned.
We have the following options to allow for partially replenishing amount to
retrieve:
- have setting pullAmount reset numBytesBeingReturned
- numBytesBeingReturned modifiable via an attribute

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 5 December 2013 19:55:18 UTC