mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
10 lines
265 B
Text
10 lines
265 B
Text
![]() |
#include <AK/URL.h>
|
||
|
#include <LibIPC/File.h>
|
||
|
|
||
|
endpoint WebWorkerServer {
|
||
|
|
||
|
start_dedicated_worker(URL url, String type, String credentials, String name, IPC::File message_port) =|
|
||
|
|
||
|
handle_file_return(i32 error, Optional<IPC::File> file, i32 request_id) =|
|
||
|
}
|