1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +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

@ -107,6 +107,7 @@ private:
JS_DECLARE_NATIVE_FUNCTION(post_message);
JS_DECLARE_NATIVE_FUNCTION(local_storage_getter);
JS_DECLARE_NATIVE_FUNCTION(session_storage_getter);
JS_DECLARE_NATIVE_FUNCTION(origin_getter);
JS_DECLARE_NATIVE_FUNCTION(alert);