mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
5 lines
132 B
Text
5 lines
132 B
Text
|
endpoint UIProcessServer {
|
||
|
create_new_tab(Vector<ByteString> urls) => ()
|
||
|
create_new_window(Vector<ByteString> urls) => ()
|
||
|
}
|