- From: Adam Rice <notifications@github.com>
- Date: Thu, 03 Dec 2020 02:00:28 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 December 2020 10:00:40 UTC
Several ReadableStream abstract operations are only called with one particular type of reader. For clarity, it would be good to add assertions of what kind of reader they are called with. A (hopefully complete) list of miscellaneous operations that assume the reader type: ReadableStreamFulfillReadIntoRequest ReadableStreamFulfillReadRequest ReadableStreamGetNumReadIntoRequests ReadableStreamGetNumReadRequests Already have assertions: ReadableStreamAddReadIntoRequest ReadableStreamAddReadRequest -- 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/issues/1094
Received on Thursday, 3 December 2020 10:00:40 UTC