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:
parent
21f39061fd
commit
ffd5b3da16
4 changed files with 28 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue