Skip to content

BandwidthThrottleOptions

Defined in: src/transfers/BandwidthThrottle.ts:13

Construction overrides for deterministic tests.

PropertyTypeDescriptionDefined in
now?() => numberMonotonic clock returning milliseconds since an arbitrary epoch. Defaults to Date.now.src/transfers/BandwidthThrottle.ts:15
sleep?BandwidthSleepSleep implementation honoring an optional abort signal. Defaults to a setTimeout helper.src/transfers/BandwidthThrottle.ts:17