Re: [streams] Merge ReadableByteStream into ReadableStream (#430)

> @@ -608,23 +608,35 @@ promise_test(() => {
>  
>  }, 'ReadableStream pull should be able to close a stream.');
>  
> -test(() => {
> +promise_test(t => {

Are all these changes also #424?

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

Received on Thursday, 3 March 2016 22:43:29 UTC