- From: Adam Rice <notifications@github.com>
- Date: Mon, 10 Oct 2016 22:11:31 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 11 October 2016 05:12:06 UTC
ricea commented on this pull request. > @@ -0,0 +1,74 @@ +"use strict"; + +self.recordingReadableStream = (extras = {}, strategy) => { + let controllerToCopyOver; + const stream = new ReadableStream({ + start(controller) { + controllerToCopyOver = controller; + + if (extras.start) { I will keep that in mind, thank you. -- 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/526
Received on Tuesday, 11 October 2016 05:12:06 UTC