Re: [streams] Make the context be the transform object when calling transform and flush (#356)

> @@ -367,3 +367,25 @@ test('TransformStream flush gets a chance to enqueue more into the readable, and
>    })
>    .catch(e => t.error(e));
>  });
> +
> +test('Transform context', t => {

Test name should be "Transform stream should call transformer methods as methods"

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

Received on Wednesday, 6 May 2015 21:11:17 UTC