Searched refs:totalDownloadSize (Results 1 – 1 of 1) sorted by relevance
9 const totalDownloadSize = res.headers.get('Content-Length'); constant10 const total = Number(totalDownloadSize);12 debug(`Download size: ${totalDownloadSize}`);13 if (!totalDownloadSize || isNaN(total) || total < 0) {