mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Implement the connection queue concept from https://w3c.github.io/IndexedDB/#connection-queue, as well as the related logic to abort open requests. Testing: WPT tests. Fixes: Part of https://github.com/servo/servo/issues/40983 --------- Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>