()
| 6 | |
| 7 | /** @internal test-only - reset the stagger clock so fake-timer tests start deterministically. */ |
| 8 | export function __resetDownloadSchedulerForTests(): void { |
| 9 | nextDownloadSlotAt = 0; |
| 10 | } |
| 11 | |
| 12 | export function downloadBlob(blob: Blob, filename: string): void { |
| 13 | const url = URL.createObjectURL(blob); |
no outgoing calls
no test coverage detected