- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 01 Aug 2016 00:58:52 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 August 2016 07:59:23 UTC
> > - this._readyPromise = Promise.resolve(undefined); > - this._readyPromise_resolve = null; > + this._writeRequests = []; Maybe add a comment that these are kept here instead of on the writer because we want to allow multiple queued up writes. --- 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#r72936794
Received on Monday, 1 August 2016 07:59:23 UTC