mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
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:
committed by
Andreas Kling
parent
9a1e5e1835
commit
c536f65160
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user