mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibWeb: Implement fire a download request navigate event
This commit is contained in:
parent
67bc3629a9
commit
0f8ae12d44
2 changed files with 32 additions and 0 deletions
|
@ -118,6 +118,7 @@ public:
|
|||
Optional<Vector<XHR::FormDataEntry>&> form_data_entry_list = {},
|
||||
Optional<SerializationRecord> navigation_api_state = {},
|
||||
Optional<SerializationRecord> classic_history_api_state = {});
|
||||
bool fire_a_download_request_navigate_event(AK::URL destination_url, UserNavigationInvolvement user_involvement, String filename);
|
||||
|
||||
virtual ~Navigation() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue