- From: isonmad <notifications@github.com>
- Date: Sat, 05 Nov 2016 09:14:05 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Saturday, 5 November 2016 16:14:43 UTC
isonmad commented on this pull request. > @@ -379,23 +435,26 @@ class TransformStream { this._transformStreamController = new TransformStreamDefaultController(this); + this._readableType = transformer.readableType; I was relying on the other two stream constructors already validating it, but I suppose not. -- 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/601
Received on Saturday, 5 November 2016 16:14:43 UTC