mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb/IDB: Implement is_a_potentially_valid_key_range
This commit is contained in:
committed by
Jelle Raaijmakers
parent
89f94845cf
commit
87af53a613
Notes:
github-actions[bot]
2025-08-27 14:15:57 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/87af53a613c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5385 Reviewed-by: https://github.com/gmta ✅
@@ -58,5 +58,6 @@ GC::Ref<JS::Array> retrieve_multiple_referenced_values_from_an_index(JS::Realm&,
|
||||
GC::Ref<JS::Array> retrieve_multiple_values_from_an_index(JS::Realm&, GC::Ref<Index>, GC::Ref<IDBKeyRange>, Optional<WebIDL::UnsignedLong>);
|
||||
void queue_a_database_task(GC::Ref<GC::Function<void()>>);
|
||||
bool cleanup_indexed_database_transactions(GC::Ref<HTML::EventLoop>);
|
||||
bool is_a_potentially_valid_key_range(JS::Realm&, JS::Value);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user