mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb/IDB: Implement store_a_record_into_an_object_store
This commit is contained in:
parent
afe7951af4
commit
fb17dae42b
Notes:
github-actions[bot]
2025-04-23 18:37:08 +00:00
Author: https://github.com/stelar7
Commit: fb17dae42b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4317
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kennethmyhra ✅
6 changed files with 147 additions and 0 deletions
|
@ -49,6 +49,8 @@ public:
|
|||
GC::Ref<Database> database() const { return m_database; }
|
||||
|
||||
void remove_records_in_range(GC::Ref<IDBKeyRange> range);
|
||||
bool has_record_with_key(GC::Ref<Key> key);
|
||||
void store_a_record(Record const& record);
|
||||
|
||||
protected:
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue