1
Fork 0
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:
Paul Wratt 2022-03-08 04:39:44 +13:00 committed by Linus Groh
parent 1535fe0324
commit 83eb5ac8fd
4 changed files with 21 additions and 0 deletions

View file

@ -104,6 +104,7 @@ public:
Selection::Selection* get_selection();
RefPtr<HTML::Storage> local_storage();
RefPtr<HTML::Storage> session_storage();
Window* parent();