mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Basic support for location.replace(url)
This is not entirely to spec, but gets the basic job done.
This commit is contained in:
parent
37784a85c0
commit
573955be7f
4 changed files with 23 additions and 0 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
|
||||
private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(reload);
|
||||
JS_DECLARE_NATIVE_FUNCTION(replace);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(href_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(href_setter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue