Re: [w3c/ServiceWorker] Handing fetch termination (#1178)

annevk commented on this pull request.



>            1. Initialize |e|’s {{Event/type}} attribute to {{fetch!!event}}.
           1. Initialize |e|’s {{Event/cancelable}} attribute to true.
-          1. Initialize |e|’s {{FetchEvent/request}} attribute to a new {{Request}} object associated with |request| and a new associated {{Headers}} object whose [=guard=] is "`immutable`".
+          1. Initialize |e|’s {{FetchEvent/request}} attribute to |requestObject|

Needs a trailing dot.

-- 
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/1178#pullrequestreview-65851142

Received on Thursday, 28 September 2017 13:08:04 UTC