- From: Adam Rice <notifications@github.com>
- Date: Mon, 07 Mar 2022 20:15:44 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 March 2022 04:15:57 UTC
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