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
The closed getter returns a promise that will be fulfilled when the stream becomes closed or the reader’s lock is released, or rejected if the stream ever errors.
The closed getter returns a promise that will be fulfilled when the stream becomes closed. It rejects if the reader’s lock is released or the stream errors.
The text was updated successfully, but these errors were encountered:
surma
added a commit
to surma-dump/streams
that referenced
this issue
Mar 28, 2018
The note for ReadableStreamDefaultReader.close currently reads:
@jakearchibald and I think that is not correct.
@jakearchibald’s suggestion for the note:
The text was updated successfully, but these errors were encountered: