Re: [whatwg/streams] Remove TransformStream _readableClosed member (#782)

ricea commented on this pull request.



> @@ -316,6 +318,16 @@ function IsReadableStreamLocked(stream) {
   return true;
 }
 
+function IsReadableStreamReadable(stream) {
+  assert(IsReadableStream(stream) === true, 'IsReadableStreamLocked should only be used on known readable streams');

Removed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/782#discussion_r136804231

Received on Monday, 4 September 2017 11:48:22 UTC