Re: [whatwg/streams] Editorial: update use of, or stop using, completion values? (Issue #1224)

What happens when we call an operation that could throw, but which is annotated with a "!" to indicate that it doesn't throw in this case, is that we turn it into an assert in the implementation.

So one option would be to replace the "!" with asserts, but only when the operation is defined as "can throw".

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1224#issuecomment-1085572136
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1224/1085572136@github.com>

Received on Friday, 1 April 2022 08:09:58 UTC