BandwidthThrottleOptions
Defined in: src/transfers/BandwidthThrottle.ts:13
Construction overrides for deterministic tests.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
now? | () => number | Monotonic clock returning milliseconds since an arbitrary epoch. Defaults to Date.now. | src/transfers/BandwidthThrottle.ts:15 |
sleep? | BandwidthSleep | Sleep implementation honoring an optional abort signal. Defaults to a setTimeout helper. | src/transfers/BandwidthThrottle.ts:17 |