mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
LibWeb/IDB: Implement generate_a_key
This commit is contained in:
parent
f8b09148be
commit
dbe0db0cab
Notes:
github-actions[bot]
2025-04-23 18:37:33 +00:00
Author: https://github.com/stelar7
Commit: dbe0db0cab
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4317
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kennethmyhra ✅
3 changed files with 33 additions and 2 deletions
|
@ -36,5 +36,6 @@ bool check_that_a_key_could_be_injected_into_a_value(JS::Realm&, JS::Value, KeyP
|
|||
void fire_an_error_event(JS::Realm&, GC::Ref<IDBRequest>);
|
||||
void fire_a_success_event(JS::Realm&, GC::Ref<IDBRequest>);
|
||||
GC::Ref<IDBRequest> asynchronously_execute_a_request(JS::Realm&, IDBRequestSource, GC::Ref<GC::Function<WebIDL::ExceptionOr<JS::Value>()>>, GC::Ptr<IDBRequest> = nullptr);
|
||||
ErrorOr<u64> generate_a_key(GC::Ref<ObjectStore>);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue