- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 28 Dec 2015 14:42:41 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 28 December 2015 22:43:10 UTC
> > - 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