mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:17:35 +00:00
WebContent: Added IPC calls for getting source
This commit is contained in:
parent
a032c836c4
commit
306501fd4a
4 changed files with 10 additions and 0 deletions
|
@ -17,4 +17,5 @@ endpoint WebContentClient = 90
|
|||
DidRequestAlert(String message) => ()
|
||||
DidRequestConfirm(String message) => (bool result)
|
||||
DidRequestPrompt(String message, String default_) => (String response)
|
||||
DidGetSource(URL url, String source) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue