- From: Adam Rice <notifications@github.com>
- Date: Thu, 12 Jan 2017 00:52:08 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 January 2017 08:52:39 UTC
Previously it was ambiguous what implementations should do if both source and destination are closed or errored at the start. Clarify which states take priority in determining the behaviour. The new text is based on the multiple-propagation.js tests and can be summarised as "errors before closed, source before destination". You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/647 -- Commit Summary -- * What pipeTo does when both streams are closed -- File Changes -- M index.bs (28) -- Patch Links -- https://github.com/whatwg/streams/pull/647.patch https://github.com/whatwg/streams/pull/647.diff -- 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/647
Received on Thursday, 12 January 2017 08:52:39 UTC