mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Change milliseconds argument type from boolean to number. (#12409)
This commit is contained in:
committed by
Masahiro Wakame
parent
d6b2438fb4
commit
ec7779fb1a
Vendored
+1
-1
@@ -410,7 +410,7 @@ declare namespace SocketIOClient {
|
||||
* @param The connection timeout milliseconds
|
||||
* @return This Manager
|
||||
*/
|
||||
timeout(v: boolean): Manager;
|
||||
timeout(v: number): Manager;
|
||||
|
||||
/**
|
||||
* Sets the current transport socket and opens our connection
|
||||
|
||||
Reference in New Issue
Block a user