Re: [whatwg/streams] Abort followed by write on WritableStream may invoke a null strategy algorithm (Issue #1331)

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