Home
last modified time | relevance | path

Searched refs:totalDownloadSize (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/
H A DwrapFetchWithProgress.ts9 const totalDownloadSize = res.headers.get('Content-Length'); constant
10 const total = Number(totalDownloadSize);
12 debug(`Download size: ${totalDownloadSize}`);
13 if (!totalDownloadSize || isNaN(total) || total < 0) {