mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibWeb/IDB: Implement recent spec changes
This commit is contained in:
parent
6cbb5d2785
commit
9d5f6108e4
Notes:
github-actions[bot]
2025-05-06 12:31:37 +00:00
Author: https://github.com/stelar7
Commit: 9d5f6108e4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4620
Reviewed-by: https://github.com/AtkinsSJ ✅
9 changed files with 71 additions and 56 deletions
|
@ -41,6 +41,8 @@ public:
|
|||
|
||||
[[nodiscard]] bool has_record_with_key(GC::Ref<Key> key);
|
||||
|
||||
HTML::SerializationRecord referenced_value(IndexRecord const& index_record) const;
|
||||
|
||||
protected:
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue