This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24008 - [Streams API] Partially decreasing numBytesBeingReturned without calling next read()
Summary: [Streams API] Partially decreasing numBytesBeingReturned without calling next...
Status: NEW
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Streams API (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Takeshi Yoshino
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 19:55 UTC by Takeshi Yoshino
Modified: 2013-12-05 19:55 UTC (History)
2 users (show)

See Also:


Attachments

Description Takeshi Yoshino 2013-12-05 19:55:14 UTC
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