LibWeb: Implement reload for navigables

This commit is contained in:
Aliaksandr Kalenik
2023-04-07 00:08:39 +03:00
committed by Andreas Kling
parent 21f39061fd
commit ffd5b3da16
4 changed files with 28 additions and 0 deletions

View File

@@ -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();