mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 14:20:01 -04:00
forward ws protocols
This commit is contained in:
parent
eae44fef4b
commit
ccf556118b
7 changed files with 13 additions and 10 deletions
|
@ -39,6 +39,7 @@ export type HTTPResponsePayload = {
|
|||
|
||||
export type C2SWSOpenPayload = {
|
||||
url: string;
|
||||
protocols: string | string[];
|
||||
};
|
||||
|
||||
export type WSClosePayload = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue