Current Directory:
/opt/bitninja-threat-hunting/node_modules/socket.io-client/build/esm/contrib
Upload
Create File
File Name
Size
Actions
backo2.d.ts
260 bytes
Edit
|
Delete
|
Rename
|
Download
backo2.js
1384 bytes
Edit
|
Delete
|
Rename
|
Download
/** * 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;
Save Changes