Re: [whatwg/streams] Reset for TransformStream (and WritableStream?) (#1026)

One way forward would be if leaving `reset()` undefined on the transformer would just disable the reset functionality altogether. If a transformer really wanted a reset that just cleared the queues and nothing else, they could define an empty method.

This seems to be sufficiently difficult and controversial that we won't get to it soon.

-- 
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/1026#issuecomment-581779886

Received on Tuesday, 4 February 2020 07:36:27 UTC