mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Added get source functionality and hook event
This commit is contained in:
parent
306501fd4a
commit
2f56a86a4e
Notes:
sideshowbarker
2024-07-18 21:59:36 +09:00
Author: https://github.com/xeons
Commit: 2f56a86a4e
Pull-request: https://github.com/SerenityOS/serenity/pull/5477
Reviewed-by: https://github.com/awesomekling
5 changed files with 20 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue