Re: [whatwg/streams] Align WritableStream structure with ReadableStream structure (#488)

>  
> -    this._readyPromise = Promise.resolve(undefined);
> -    this._readyPromise_resolve = null;
> +    this._writeRequests = [];

Fixed by https://github.com/whatwg/streams/pull/488/commits/e57e25e9385d2ce243e7da0de4b95d9f35d9cbcb

I'm not sure if it's what you meant. Please take a look again.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/488/files/dfa07172203b4c292cfb5a3fc88e821a1db7c3db#r72940768

Received on Monday, 1 August 2016 08:35:47 UTC