- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Thu, 22 Aug 2024 11:20:18 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 August 2024 18:20:22 UTC
In step 4.2.3 "addedItems" is the last argument to query cache; this means that rather than querying the actual cache we're looking for matches in the requests/responses that were stored due to other put operations in the same batch. I.e. if that query cache returns a non-empty result there must be duplicate requests in the batch. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1724#issuecomment-2305373806 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/1724/2305373806@github.com>
Received on Thursday, 22 August 2024 18:20:22 UTC