前端代码
This commit is contained in:
12
node_modules/socket.io-client/build/esm-debug/contrib/backo2.d.ts
generated
vendored
Normal file
12
node_modules/socket.io-client/build/esm-debug/contrib/backo2.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Initialize backoff timer with `opts`.
|
||||
*
|
||||
* - `min` initial timeout in milliseconds [100]
|
||||
* - `max` max timeout [10000]
|
||||
* - `jitter` [0]
|
||||
* - `factor` [2]
|
||||
*
|
||||
* @param {Object} opts
|
||||
* @api public
|
||||
*/
|
||||
export declare function Backoff(opts: any): void;
|
Reference in New Issue
Block a user