mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 18:47:15 +02:00
LibWeb/IDB: Implement storing of index records
This commit is contained in:
committed by
Jelle Raaijmakers
parent
c73b8d1fa0
commit
46ecf239c4
Notes:
github-actions[bot]
2025-05-14 15:18:57 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/46ecf239c4e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4727 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/shannonbooth
@@ -44,6 +44,7 @@ public:
|
||||
Optional<IndexRecord&> first_in_range(GC::Ref<IDBKeyRange> range);
|
||||
GC::ConservativeVector<IndexRecord> first_n_in_range(GC::Ref<IDBKeyRange> range, Optional<WebIDL::UnsignedLong> count);
|
||||
u64 count_records_in_range(GC::Ref<IDBKeyRange> range);
|
||||
void store_a_record(IndexRecord const& record);
|
||||
|
||||
HTML::SerializationRecord referenced_value(IndexRecord const& index_record) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user