- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 01 Aug 2016 01:34:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 August 2016 08:35:33 UTC
> } > - if (this._state === 'closed') { > - return Promise.reject(new TypeError('cannot close an already-closed stream')); > + > + stream._state = 'waiting'; > + > + if (writer !== undefined) { > + WritableStreamDefaultWriterReadyPromiseReset(writer); Fixed by https://github.com/whatwg/streams/pull/488/commits/78da22f4ee481cce7a57cd438c0d01770fd6bdf2 --- 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#r72940994
Received on Monday, 1 August 2016 08:35:33 UTC