- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 01 Aug 2016 01:45:46 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 August 2016 08:48:36 UTC
> const ts = new TransformStream({ > - transform(chunk, enqueue, done) { > + transform(chunk, done, enqueue) { Oh, very interesting. I guess I am still hopeful we can get rid of done by using a promise return. But I don't remember where our discussion landed there. We'll figure it out. --- 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/pull/488/files/78da22f4ee481cce7a57cd438c0d01770fd6bdf2#r72942295
Received on Monday, 1 August 2016 08:48:36 UTC