(id: string)
| 119 | on(ev: 'progress', fn: (progress: any) => void): this; |
| 120 | |
| 121 | setId(id: string): this; |
| 122 | retries(n: number): this; |
| 123 | backoff(strategy: string, delayFactor?: number): this; |
| 124 | delayUntil(dateOrTimestamp: Date | number): this; |
no outgoing calls
no test coverage detected