Re: [whatwg/fetch] WIP: Changing skip-service-worker flag to use-service-workers enum (#435)

annevk commented on this pull request.



> @@ -2793,16 +2794,14 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps:
  <li><p>Let <var>actualResponse</var> be null.
 
  <li>
-  <p>If <var>request</var>'s <a>skip-service-worker flag</a> is unset, then run these
+  <p>If <var>request</var>'s <a>service-workers mode</a> is not "<code>none</code>", then run these
   substeps:
 
   <ol>
    <li>
     <p>If <var>request</var>'s <a for=request>client</a> is null or

I think that relying on service-workers mode is enough. At least, I thought the idea was that having a client no longer mattered.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/435

Received on Tuesday, 20 December 2016 08:31:17 UTC