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

For Blink's implementation, knowing whether something can throw is useful, because it changes the calling convention.

However, in practice there's stuff that can throw in Blink that never throws in the spec, so we can't use the spec as the ultimate source of truth. For example, stack overflow and Worker termination can cause many V8 operations to throw.

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

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

Received on Tuesday, 8 March 2022 04:15:57 UTC