1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00

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