mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +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:
parent
9a1e5e1835
commit
c536f65160
Notes:
github-actions[bot]
2025-01-02 10:39:23 +00:00
Author: https://github.com/shannonbooth
Commit: c536f65160
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3070
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/konradekk
2 changed files with 73 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue