- From: Adam Rice <notifications@github.com>
- Date: Wed, 12 Apr 2017 19:47:27 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 April 2017 03:00:29 UTC
ricea commented on this pull request. > } function WritableStreamUpdateBackpressure(stream, backpressure) { - assert(stream._state === 'writable'); + assert(stream._state === 'writable' || stream._state === 'erroring'); Never. Fixed the assert. -- 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/721#discussion_r111301917
Received on Thursday, 13 April 2017 03:00:29 UTC