Re: [streams] Update ReadableByteStream to follow the style rule employed for the main... (#283)

>  
> -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