mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Implement most of upgrade_a_database for IndexedDB
This commit is contained in:
parent
ca25f76ccc
commit
1656d8fe07
Notes:
github-actions[bot]
2024-11-26 13:51:49 +00:00
Author: https://github.com/stelar7
Commit: 1656d8fe07
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
7 changed files with 81 additions and 17 deletions
|
@ -25,6 +25,7 @@ void Database::visit_edges(Visitor& visitor)
|
|||
{
|
||||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_associated_connections);
|
||||
visitor.visit(m_upgrade_transaction);
|
||||
}
|
||||
|
||||
ConnectionQueue& ConnectionQueueHandler::for_key_and_name(StorageAPI::StorageKey& key, String& name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue