1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:17:45 +00:00

LibWeb: Add origin property to window object

This commit is contained in:
Alex M 2022-02-28 09:50:11 -04:00 committed by Linus Groh
parent 39f92fa131
commit f0f2009170
3 changed files with 35 additions and 0 deletions

View file

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