mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
LibWeb: Implement location.assign
This commit is contained in:
parent
baeee0effe
commit
00493687f2
3 changed files with 25 additions and 1 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
|
||||
void replace(String const& url) const;
|
||||
void reload() const;
|
||||
WebIDL::ExceptionOr<void> assign(String const& url) const;
|
||||
|
||||
virtual JS::ThrowCompletionOr<JS::Object*> internal_get_prototype_of() const override;
|
||||
virtual JS::ThrowCompletionOr<bool> internal_set_prototype_of(Object* prototype) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue