mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibWeb: Add in all of the plumbing required to use the JS console over IPC
This commit is contained in:
parent
51f073ff39
commit
0682af7b65
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/xeons
Commit: 0682af7b65
Pull-request: https://github.com/SerenityOS/serenity/pull/5556
5 changed files with 27 additions and 1 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
Function<void(const URL&)> on_url_drop;
|
||||
Function<void(DOM::Document*)> on_set_document;
|
||||
Function<void(const URL&, const String&)> on_get_source;
|
||||
Function<void(const String& method, const String& line)> on_js_console_output;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue