- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 08 Mar 2017 20:11:01 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2017 04:11:34 UTC
tyoshino commented on this pull request. > <emu-alg> 1. Set *this*.[[state]] to `"writable"`. - 1. Set *this*.[[storedError]], *this*.[[writer]], *this*.[[writableStreamController]], *this*.[[pendingAbortRequest]], - *this*.[[pendingCloseRequest]], and *this*.[[pendingWriteRequest]] to *undefined*. + 1. Set *this*.[[storedError]], *this*.[[writer]], *this*.[[writableStreamController]], + *this*.[[inFlightWriteRequest]], *this*.[[closeRequest]], *this*.[[inFlightCloseRequest]], Fixed. -- 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/672#discussion_r105083445
Received on Thursday, 9 March 2017 04:11:34 UTC