mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +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: 32e5fb4da5
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));
|
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)
|
void upgrade_a_database(JS::Realm& realm, GC::Ref<IDBDatabase> connection, u64 version, GC::Ref<IDBRequest> request)
|
||||||
{
|
{
|
||||||
// 1. Let db be connection’s database.
|
// 1. Let db be connection’s database.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue