- From: Jungkee Song <notifications@github.com>
- Date: Thu, 28 Sep 2017 11:50:08 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 September 2017 11:51:06 UTC
jungkees commented on this pull request. > 1. Try running the following substeps atomically: - 1. Let |resultArray| be an empty array. - 1. For each |operation| in |operations|: + 1. Let |resultList| be an empty [=list=]. + 1. [=list/For each=] |operation| in |operations|: 1. If |operation|.{{CacheBatchOperation/type}} matches neither "delete" nor "put", <a>throw</a> a <code>TypeError</code>. For now, I made it as possible values for the newly defined cache batch operations's type item. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1190#discussion_r141595632
Received on Thursday, 28 September 2017 11:51:06 UTC