mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibWeb: Add window.sessionStorage
This commit is contained in:
parent
1535fe0324
commit
83eb5ac8fd
4 changed files with 21 additions and 0 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
Selection::Selection* get_selection();
|
||||
|
||||
RefPtr<HTML::Storage> local_storage();
|
||||
RefPtr<HTML::Storage> session_storage();
|
||||
|
||||
Window* parent();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue