Newer
Older
minerva / Userland / Libraries / LibWebView / UIProcessServer.ipc
@minerva minerva on 13 Jul 132 bytes Initial commit
endpoint UIProcessServer {
    create_new_tab(Vector<ByteString> urls) => ()
    create_new_window(Vector<ByteString> urls) => ()
}