Files
servo/components/script/dom/indexeddb
Ashwin Naren 79d96153ca Fix indexeddb intermitency (#40648)
Fixes a major source of intermittency in IndexedDB: the dispatching of
the complete event. This ensures that all requests are processed before
it is fired.

Fixes: #39162
Fixes: #39221
... and likely many more.

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-11-16 05:51:49 +00:00
..