Re: [w3c/IndexedDB] treat writes to the DB that have no success handler as having called commit (Issue #482)

fergald left a comment (w3c/IndexedDB#482)

Yes, measuring the impact seems appropriate. I don't see any obstacle to measuring this (beyond resources).

Do we also need to care about `error` handlers? Can they send further writes? If so then I guess we would have to record which of the two types of handlers are present and then dependning on the outcome error/success and the presence of handlers, we could short-circuit.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/482#issuecomment-3471184088
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/issues/482/3471184088@github.com>

Received on Friday, 31 October 2025 03:32:26 UTC