mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Merge 800455f023
into 61614c865e
This commit is contained in:
commit
1b0339bc6f
1 changed files with 5 additions and 2 deletions
7
index.d.ts
vendored
7
index.d.ts
vendored
|
@ -51,9 +51,12 @@ export interface VueSocketOptions {
|
||||||
useConnectionNamespace?: boolean
|
useConnectionNamespace?: boolean
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// type declarations for optional options
|
// type declarations for optional options
|
||||||
options?:{
|
options?:{
|
||||||
path?: string;
|
path?: string,
|
||||||
|
transports?: Array<string>,
|
||||||
|
timeout?: number,
|
||||||
|
reconnection?: boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue