mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
4 lines
132 B
Text
4 lines
132 B
Text
endpoint UIProcessServer {
|
|
create_new_tab(Vector<ByteString> urls) => ()
|
|
create_new_window(Vector<ByteString> urls) => ()
|
|
}
|