- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 10 Feb 2015 11:25:46 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 10 February 2015 19:26:19 UTC
> > -1. If `this.[[state]]` is `"closed"`, return a new promise resolved with **undefined**. > -1. If `this.[[state]]` is `"errored"`, return a new promise rejected with `this.[[storedError]]`. > -1. If `this.[[state]]` is `"waiting"`, resolve `this.[[readyPromise]]` with **undefined**. > -1. Set `this.[[state]]` to `"closed"`. > -1. Resolve `this.[[closedPromise]]` with **undefined**. > +1. If **this**@[[state]] is `"closed"`, return a new promise resolved with **undefined**. > +1. If **this**@[[state]] is `"errored"`, return a new promise rejected with **this**@[[storedError]]`. Leftover backtick at end of line --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/283/files#r24442063
Received on Tuesday, 10 February 2015 19:26:19 UTC