mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibWeb: Add missing spec comment for method
This commit is contained in:
parent
a25bba27fa
commit
32e5fb4da5
Notes:
github-actions[bot]
2024-12-14 22:04:01 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/32e5fb4da51 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2696 Reviewed-by: https://github.com/gmta
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ void close_a_database_connection(IDBDatabase& connection, bool forced)
|
|||
connection.dispatch_event(DOM::Event::create(connection.realm(), HTML::EventNames::close));
|
||||
}
|
||||
|
||||
// https://w3c.github.io/IndexedDB/#upgrade-a-database
|
||||
void upgrade_a_database(JS::Realm& realm, GC::Ref<IDBDatabase> connection, u64 version, GC::Ref<IDBRequest> request)
|
||||
{
|
||||
// 1. Let db be connection’s database.
|
||||
|
|
Loading…
Add table
Reference in a new issue