Lines Matching refs:operations
258 const operations = []
273 operations.push(operation) // 7.3.5
286 this.#batchCacheOperations(operations)
389 const operations = []
400 operations.push(operation)
417 this.#batchCacheOperations(operations)
460 const operations = []
469 operations.push(operation)
477 requestResponses = this.#batchCacheOperations(operations)
574 * @see https://w3c.github.io/ServiceWorker/#batch-cache-operations-algorithm
575 * @param {CacheBatchOperation[]} operations
578 #batchCacheOperations (operations) {
593 for (const operation of operations) {