Searched refs:downloadBytes (Results 1 – 2 of 2) sorted by relevance
133 … const bytesData = await this.fetcher.downloadBytes(rootUrl, this.config.rootMaxLength);158 … const bytesData = await this.fetcher.downloadBytes(timestampUrl, this.config.timestampMaxLength);195 const bytesData = await this.fetcher.downloadBytes(snapshotUrl, maxLength);230 const bytesData = await this.fetcher.downloadBytes(metadataUrl, maxLength);
44 async downloadBytes(url, maxLength) { method in BaseFetcher