1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

WebContent: Added IPC calls for getting source

This commit is contained in:
Brandon Scott 2021-02-23 06:14:12 -06:00 committed by Andreas Kling
parent a032c836c4
commit 306501fd4a
Notes: sideshowbarker 2024-07-18 21:59:40 +09:00
4 changed files with 10 additions and 0 deletions

View file

@ -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) =|
}