mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:38:10 +00:00

You can now ask for a list of applications that can handle opening a given URL. This will be useful for creating context menus.
6 lines
169 B
Text
6 lines
169 B
Text
endpoint LaunchServer = 101
|
|
{
|
|
Greet() => (i32 client_id)
|
|
OpenUrl(String url) => (bool response)
|
|
GetHandlersForURL(String url) => (Vector<String> handlers)
|
|
}
|