mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 06:40:02 -04:00
fix wrong type
This commit is contained in:
parent
1ca0514fc2
commit
9485a1365a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export class BareClient {
|
|||
protocols: string | string[] | undefined = [],
|
||||
webSocketImpl?: WebSocketImpl,
|
||||
requestHeaders?: BareHeaders,
|
||||
arrayBufferImpl?: typeof ArrayBuffer,
|
||||
arrayBufferImpl?: ArrayBuffer,
|
||||
): WebSocket {
|
||||
try {
|
||||
remote = new URL(remote);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue