mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Getting ready for WebRTC
This commit is contained in:
parent
018f5d1f12
commit
132249f01a
310 changed files with 37290 additions and 661 deletions
12
node_modules/socket.io-client/build/cjs/contrib/backo2.d.ts
generated
vendored
Normal file
12
node_modules/socket.io-client/build/cjs/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;
|
Loading…
Add table
Add a link
Reference in a new issue