Re: [w3c/ServiceWorker] Remove incumbent/fetching record from Cache behavior (#1190)

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