mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:47:35 +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
|
@ -18,4 +18,5 @@ endpoint WebContentClient = 90
|
|||
DidRequestConfirm(String message) => (bool result)
|
||||
DidRequestPrompt(String message, String default_) => (String response)
|
||||
DidGetSource(URL url, String source) =|
|
||||
DidJSConsoleOutput(String method, String line) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue