mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Implement reload for navigables
This commit is contained in:
committed by
Andreas Kling
parent
21f39061fd
commit
ffd5b3da16
@@ -87,6 +87,8 @@ public:
|
||||
|
||||
WebIDL::ExceptionOr<void> navigate_to_a_javascript_url(AK::URL const&, HistoryHandlingBehavior, Origin const& initiator_origin, CSPNavigationType csp_navigation_type);
|
||||
|
||||
void reload();
|
||||
|
||||
protected:
|
||||
Navigable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user