Re: [whatwg/streams] add "bytes" readableType to TransformStream transformer (#601)

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