1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibWebView/UIProcessServer.ipc

4 lines
132 B
Text

endpoint UIProcessServer {
create_new_tab(Vector<ByteString> urls) => ()
create_new_window(Vector<ByteString> urls) => ()
}