- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 21 Nov 2024 21:19:57 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 November 2024 05:20:01 UTC
Ah, yep, overzealous catching of exceptions is precisely one of the ways the reference implementation can be buggy compared to the spec. (In the spec, "performing" a null algorithm is undefined behavior, whereas in JS it's just a catchable exception.) Thanks for investigating; one of the editors (possibly myself) will work on trying to find a good solution here soon. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1331#issuecomment-2492895729 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1331/2492895729@github.com>
Received on Friday, 22 November 2024 05:20:01 UTC