Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tuf-js/dist/
Dupdater.js133 … 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);
Dfetcher.js44 async downloadBytes(url, maxLength) { method in BaseFetcher