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

annevk commented on this pull request.



> @@ -705,8 +705,27 @@ explicitly set <a for=/>request</a>'s
 this flag set are subject to additional processing requirements.
 
 <p>A <a for=/>request</a> has an associated
-<dfn export>skip-service-worker flag</dfn>. Unless stated otherwise it is
-unset.
+<dfn for=request export>service-workers mode</dfn>, that is "<code>all</code>",
+"<code>foreign</code>", or "<code>none</code>". Unless stated otherwise it is
+"<code>all</code>".
+
+<div class=note>
+ This determines which service workers will receive a {{fetch!!event}} event for this fetch.

This should start with a `<p>`.

-- 
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#pullrequestreview-21731973

Received on Tuesday, 14 February 2017 11:38:28 UTC