- From: Michael Quad <notifications@github.com>
- Date: Thu, 19 Mar 2020 08:13:11 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 March 2020 15:13:24 UTC
@ricea so, is it the same bound function or maybe the `readable.cancel` is a shortcut which calls `reader.cancel` (or reverse)? Also, does the workflow order matter if I do: ```javascript reader.releaseLock(); reader.cancel(); ``` -- 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/1033#issuecomment-601235067
Received on Thursday, 19 March 2020 15:13:24 UTC