You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Previously, calling
ReadableStreamDefaultReader.releaseLock()
orReadableStreamBYOBReader.releaseLock()
while there are pendingread()
requests would throw aTypeError
.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
The text was updated successfully, but these errors were encountered: