mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb/IDB: Implement clear_an_object_store
This commit is contained in:
parent
aa35ced34f
commit
637f35c0eb
Notes:
github-actions[bot]
2025-05-08 13:14:26 +00:00
Author: https://github.com/stelar7
Commit: 637f35c0eb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4650
Reviewed-by: https://github.com/AtkinsSJ ✅
6 changed files with 28 additions and 0 deletions
|
@ -71,4 +71,9 @@ HTML::SerializationRecord Index::referenced_value(IndexRecord const& index_recor
|
|||
.value;
|
||||
}
|
||||
|
||||
void Index::clear_records()
|
||||
{
|
||||
m_records.clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue