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:
parent
39f92fa131
commit
f0f2009170
3 changed files with 35 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue