- From: Adam Rice <notifications@github.com>
- Date: Mon, 04 Sep 2017 11:47:56 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 September 2017 11:48:22 UTC
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