mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
Some WebDriver hooks will need to inform the client that execution has completed, but without any knowledge of what endpoint was running. Since there can only ever be a single WebDriver endpoint executing at once, we can replace the completion callbacks with a single callback.
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
#include <LibWeb/WebDriver/Response.h>
|
|
|
|
endpoint WebDriverServer {
|
|
driver_execution_complete(Web::WebDriver::Response response) =|
|
|
}
|