mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
WebContent: Added IPC calls for initializing JS console and sending input
This commit is contained in:
parent
225baa3cb7
commit
51f073ff39
8 changed files with 272 additions and 1 deletions
|
@ -22,4 +22,6 @@ endpoint WebContentServer = 89
|
|||
|
||||
DebugRequest(String request, String argument) =|
|
||||
GetSource() =|
|
||||
JSConsoleInitialize() =|
|
||||
JSConsoleInput(String js_source) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue