Re: [streams] Move strategy to second argument, out of underlying source/sink (#340)

> @@ -16,7 +16,7 @@ test('Piping from a ReadableStream from which lots of data are readable synchron
>      }
>    });
>  
> -  const ws = new WritableStream({
> +  const ws = new WritableStream({}, {
>      strategy: new CountQueuingStrategy({

remove strategy:?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/340/files#r28977628

Received on Thursday, 23 April 2015 16:14:10 UTC