LibWeb/HTML: Implement the broadcast steps for Storage

This does not work properly yet as we do not create storage objects in a
spec compliant manner.
This commit is contained in:
Shannon Booth
2024-12-27 20:55:08 +13:00
committed by Andreas Kling
parent 9a1e5e1835
commit c536f65160
2 changed files with 73 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ private:
Storage(JS::Realm&, Type, u64 quota_limit);
virtual void initialize(JS::Realm&) override;
virtual void finalize() override;
// ^PlatformObject
virtual Optional<JS::Value> item_value(size_t index) const override;