Re: [streams] Improved tests abour erroring a RS when enqueing (#420)

>  
> -  const theError = new Error('a unique string');
> +  const controllerError = new Error('a unique string');

Can you use `{ name: 'error 1' }` and `{ name: 'error 2' }` instead, which would allow us to use `assert_throws` and `promise_rejects`?

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

Received on Monday, 28 December 2015 22:43:10 UTC