- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 17 Jun 2015 18:01:41 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 18 June 2015 01:02:10 UTC
Closes #342, by making it clear that the promise-returning methods do not throw since they always call out to "perform"s or similar.
Also found one case of unnecessary exception guarding, and a few unnecessary ReturnIfAbrupts.
Leaves out ReadableByteStream for now, pending #361.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/366
-- Commit Summary --
* Use "perform" for abstract ops that cannot throw
-- File Changes --
M index.bs (109)
M reference-implementation/lib/writable-stream.js (8)
-- Patch Links --
https://github.com/whatwg/streams/pull/366.patch
https://github.com/whatwg/streams/pull/366.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/366
Received on Thursday, 18 June 2015 01:02:10 UTC