diff options
Diffstat (limited to 'Userland/Services/WebContent/WebContentServer.ipc')
-rw-r--r-- | Userland/Services/WebContent/WebContentServer.ipc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/WebContentServer.ipc b/Userland/Services/WebContent/WebContentServer.ipc index fd84e456c0..23da9c81c1 100644 --- a/Userland/Services/WebContent/WebContentServer.ipc +++ b/Userland/Services/WebContent/WebContentServer.ipc @@ -31,6 +31,7 @@ endpoint WebContentServer get_hovered_node_id() => (i32 node_id) js_console_initialize() =| js_console_input(String js_source) =| + js_console_request_messages(i32 start_index) =| run_javascript(String js_source) =| |