mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb/IDB: Implement IDBIndex::getAll
This commit is contained in:
parent
47450bc15c
commit
3fa1d1299c
Notes:
github-actions[bot]
2025-05-14 15:19:24 +00:00
Author: https://github.com/stelar7
Commit: 3fa1d1299c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4727
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/shannonbooth
7 changed files with 80 additions and 1 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
[[nodiscard]] bool has_record_with_key(GC::Ref<Key> key);
|
||||
void clear_records();
|
||||
Optional<IndexRecord&> first_in_range(GC::Ref<IDBKeyRange> range);
|
||||
GC::ConservativeVector<IndexRecord> first_n_in_range(GC::Ref<IDBKeyRange> range, Optional<WebIDL::UnsignedLong> count);
|
||||
|
||||
HTML::SerializationRecord referenced_value(IndexRecord const& index_record) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue