mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
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>