- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 08 Mar 2017 19:25:54 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2017 03:26:26 UTC
tyoshino commented on this pull request. > stream._state = 'errored'; - stream._storedError = new TypeError('Abort requested but closed successfully'); + stream._storedError = error; + + // TODO(tyoshino): No need to reject readyPromise? Ah, I'll fine an issue instead of the TODO for this point. -- 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_r105079831
Received on Thursday, 9 March 2017 03:26:26 UTC