Re: [whatwg/streams] What should the behaviour of controller.close() be? (#774)

Your logic on error vs. abort makes sense.

shutdown() means something else in socket APIs. I'd like to avoid it for that reason. I'm wondering about just `controller.done()`. A problem is that it is such an attractive-sounding operation that people might get the impression that it is the correct way to finish off any transformation.

-- 
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/774#issuecomment-331435151

Received on Friday, 22 September 2017 12:39:39 UTC