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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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 on the CC list for the bug.