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

It looks like it will catch the null strategy size algorithm exception: https://github.com/whatwg/streams/blob/8ebee1f90aba26269afc57f7487bf1418987e7cb/reference-implementation/lib/abstract-ops/writable-streams.js#L667

Which seems a bit, off. At least to me doesn't read like editorially that it could be null and it feels like there should be a cleaner way to order the steps, e.g by _maybe_ clearing the algorithms at a different time.

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

Message ID: <whatwg/streams/issues/1331/2490267666@github.com>

Received on Thursday, 21 November 2024 07:31:53 UTC