LibWeb: Add window.sessionStorage

This commit is contained in:
Paul Wratt 2022-03-08 04:39:44 +13:00 committed by Linus Groh
commit 83eb5ac8fd
Notes: sideshowbarker 2024-07-17 17:38:08 +09:00
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();