mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Ladybird/Android: Bind WebSocketService for WebSocket purposes
Similar to the RequestServer, bind this from the WebContentService implementation and have it work the same way. Deduplicate some code while we're here.
This commit is contained in:
parent
a243bc465f
commit
ff0494c63b
Notes:
sideshowbarker
2024-07-16 18:26:46 +09:00
Author: https://github.com/ADKaster
Commit: ff0494c63b
Pull-request: https://github.com/SerenityOS/serenity/pull/21100
9 changed files with 133 additions and 8 deletions
|
|
@ -7,3 +7,4 @@
|
|||
#pragma once
|
||||
|
||||
void bind_request_server_java(int ipc_socket, int fd_passing_socket);
|
||||
void bind_web_socket_java(int ipc_socket, int fd_passing_socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue