mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb/IDB: Implement retrieve_a_key_from_an_object_store
This commit is contained in:
Notes:
github-actions[bot]
2025-05-12 20:29:48 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c47ddf11ba1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4662 Reviewed-by: https://github.com/shannonbooth ✅
@@ -46,5 +46,6 @@ JS::Value count_the_records_in_a_range(GC::Ref<ObjectStore>, GC::Ref<IDBKeyRange
|
||||
WebIDL::ExceptionOr<JS::Value> retrieve_a_value_from_an_object_store(JS::Realm&, GC::Ref<ObjectStore>, GC::Ref<IDBKeyRange>);
|
||||
GC::Ptr<IDBCursor> iterate_a_cursor(JS::Realm&, GC::Ref<IDBCursor>, GC::Ptr<Key> = nullptr, GC::Ptr<Key> = nullptr, u64 = 1);
|
||||
JS::Value clear_an_object_store(GC::Ref<ObjectStore>);
|
||||
JS::Value retrieve_a_key_from_an_object_store(JS::Realm&, GC::Ref<ObjectStore>, GC::Ref<IDBKeyRange>);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user