Re: [whatwg/streams] What the difference between ReadableStream.cancel() and ReadableStreamDefaultReader.cancel()? (#1033)

@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