1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:37:45 +00:00

LibWeb: Implement fire a download request navigate event

This commit is contained in:
Andrew Kaster 2023-09-22 19:31:58 -06:00 committed by Alexander Kalenik
parent 67bc3629a9
commit 0f8ae12d44
2 changed files with 32 additions and 0 deletions

View file

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