LibWeb: Added get source functionality and hook event

This commit is contained in:
Brandon Scott 2021-02-23 06:17:23 -06:00 committed by Andreas Kling
commit 2f56a86a4e
Notes: sideshowbarker 2024-07-18 21:59:36 +09:00
5 changed files with 20 additions and 0 deletions

View file

@ -46,6 +46,7 @@ public:
Function<void(const Gfx::Bitmap&)> on_favicon_change;
Function<void(const URL&)> on_url_drop;
Function<void(DOM::Document*)> on_set_document;
Function<void(const URL&, const String&)> on_get_source;
};
}