Closed
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