1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00: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
4 changed files with 10 additions and 0 deletions

View file

@ -21,4 +21,5 @@ endpoint WebContentServer = 89
KeyDown(i32 key, unsigned modifiers, u32 code_point) =|
DebugRequest(String request, String argument) =|
GetSource() =|
}