Interface IDownloadTracker

interface IDownloadTracker {
    chunks: Uint8Array[];
    progress: number;
}

Properties

Properties

chunks: Uint8Array[]
progress: number