- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 14 Feb 2017 03:33:25 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 February 2017 11:38:28 UTC
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