mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
LibWeb: Add window.sessionStorage
This commit is contained in:
parent
1535fe0324
commit
83eb5ac8fd
Notes:
sideshowbarker
2024-07-17 17:38:08 +09:00
Author: https://github.com/paulwratt 🔰
Commit: 83eb5ac8fd
Pull-request: https://github.com/SerenityOS/serenity/pull/12926
Reviewed-by: https://github.com/linusg
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