mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
This changes does three things: - Updates all specification links to reflect version 3 of the specification - Renames the `IDBDatabase::close` member to `IDBDatabase::close_pending` to better match the specification - Adds a `OpenRequest::processed` member, again to better match the specification Testing: This should not change behavior, so is covered by existing IndexedDB WPT tests. Fixes: Part of #40983 --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>