Skip to content

Commit 584fb3d

Browse files
committed
service-workers mode
1 parent d4e5d83 commit 584fb3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fetch.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ explicitly set <a for=/>request</a>'s
705705
this flag set are subject to additional processing requirements.
706706

707707
<p>A <a for=/>request</a> has an associated
708-
<dfn export>use-service-workers value</dfn>, that is "<code>all</code>",
708+
<dfn for=request export>service-workers mode</dfn>, that is "<code>all</code>",
709709
"<code>foreign</code>", or "<code>none</code>". Unless stated otherwise it is
710710
"<code>all</code>".
711711

@@ -2801,13 +2801,13 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps:
28012801
<li><p>Let <var>actualResponse</var> be null.
28022802

28032803
<li>
2804-
<p>If <var>request</var>'s <a>use-service-workers value</a> is not "<code>none</code>", then run these
2804+
<p>If <var>request</var>'s <a>service-workers mode</a> is not "<code>none</code>", then run these
28052805
substeps:
28062806

28072807
<ol>
28082808
<li>
28092809
<p>If <var>request</var>'s <a for=request>client</a> is null or
2810-
<var>request</var>'s <a>use-service-workers value</a> is "<code>all</code>", then set
2810+
<var>request</var>'s <a>service-workers mode</a> is "<code>all</code>", then set
28112811
<var>response</var> to the result of invoking <a for=/>handle fetch</a> for <var>request</var>.
28122812
[[!HTML]] [[!SW]]
28132813

@@ -2899,7 +2899,7 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps:
28992899

29002900
<li>
29012901
<p>If <var>request</var>'s <a for=request>redirect mode</a> is
2902-
"<code>follow</code>", then set <var>request</var>'s <a>use-service-workers value</a> to
2902+
"<code>follow</code>", then set <var>request</var>'s <a>service-workers mode</a> to
29032903
"<code>none</code>".
29042904

29052905
<p class="note no-backref">Redirects coming from the network (as opposed to from a service
@@ -5194,7 +5194,7 @@ method, must run these steps:
51945194

51955195
<li>If <var>request</var>'s <a for=request>client</a>'s
51965196
<a for="environment settings object">global object</a> is a {{ServiceWorkerGlobalScope}} object,
5197-
set <var>request</var>'s <a>use-service-workers value</a> to "<code>foreign</code>".
5197+
set <var>request</var>'s <a>service-workers mode</a> to "<code>foreign</code>".
51985198

51995199
<li><p>Let <var>responseObject</var> be a new {{Response}} object and a new associated
52005200
{{Headers}} object whose <a for=Headers>guard</a> is
@@ -5347,7 +5347,7 @@ therefore not shareable, a WebSocket connection is very close to identical to an
53475347
<li><p>Let <var>request</var> be a new <a for=/>request</a>, whose
53485348
<a for=request>url</a> is <var>requestURL</var>,
53495349
<a for=request>client</a> is <var>client</var>,
5350-
<a>use-service-workers value</a> is "<code>none</code>",
5350+
<a>service-workers mode</a> is "<code>none</code>",
53515351
<a>synchronous flag</a> is set,
53525352
<a for=request>mode</a> is "<code>websocket</code>",
53535353
<a for=request>credentials mode</a> is

0 commit comments

Comments
 (0)