mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
add more supported options. fix #300
This commit is contained in:
parent
61614c865e
commit
800455f023
1 changed files with 5 additions and 2 deletions
5
index.d.ts
vendored
5
index.d.ts
vendored
|
@ -53,7 +53,10 @@ export interface VueSocketOptions {
|
||||||
},
|
},
|
||||||
// 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