- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 11 Mar 2015 23:42:32 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 12 March 2015 06:43:05 UTC
Should we allow a readable stream to be cancelled while locked to a reader? I would lean toward "no," except: consider the case where you have set up a pipe chain (which locks the stream). How do you cancel that pipe chain upon e.g. the user navigating to a different page? (You could abort the ultimate destination stream, but we have the same question there: are you allowed to abort a writable stream that is locked to a probably-will-exist-soon exclusive writer?) --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/253#issuecomment-78431319
Received on Thursday, 12 March 2015 06:43:05 UTC