-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.web streams
Description
Previously, calling ReadableStreamDefaultReader.releaseLock()
or ReadableStreamBYOBReader.releaseLock()
while there are pending read()
requests would throw a TypeError
.
The specification has been changed to allow this case, and to reject such pending read()
requests instead.
Standard change: whatwg/streams#1168
Tests: web-platform-tests/wpt#32072
jasnell and essential-existence
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.web streams