mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibWeb: Use navigate()
instead of did_set_location_href
in Location
This commit is contained in:
parent
083e4a3f30
commit
acff244335
4 changed files with 7 additions and 17 deletions
|
@ -95,7 +95,6 @@ public:
|
|||
WebIDL::ExceptionOr<JS::GCPtr<WindowProxy>> open_impl(StringView url, StringView target, StringView features);
|
||||
bool has_animation_frame_callbacks() const { return m_animation_frame_callback_driver.has_callbacks(); }
|
||||
|
||||
void did_set_location_href(Badge<Location>, AK::URL const& new_href);
|
||||
void did_call_location_replace(Badge<Location>, DeprecatedString url);
|
||||
|
||||
DOM::Event* current_event() { return m_current_event.ptr(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue