@@ -728,7 +728,7 @@ explicitly set <a for=/>request</a>'s
728
728
this flag set are subject to additional processing requirements.
729
729
730
730
<p> A <a for=/>request</a> has an associated
731
- <dfn export>use- service-workers value </dfn> , that is "<code> all</code> ",
731
+ <dfn for=request export>service-workers mode </dfn> , that is "<code> all</code> ",
732
732
"<code> foreign</code> ", or "<code> none</code> ". Unless stated otherwise it is
733
733
"<code> all</code> ".
734
734
@@ -2794,13 +2794,13 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps:
2794
2794
<li><p> Let <var> actualResponse</var> be null.
2795
2795
2796
2796
<li>
2797
- <p> If <var> request</var> 's <a>use- service-workers value </a> is not "<code> none</code> ", then run these
2797
+ <p> If <var> request</var> 's <a>service-workers mode </a> is not "<code> none</code> ", then run these
2798
2798
substeps:
2799
2799
2800
2800
<ol>
2801
2801
<li>
2802
2802
<p> If <var> request</var> 's <a for=request>client</a> is null or
2803
- <var> request</var> 's <a>use- service-workers value </a> is "<code> all</code> ", then set
2803
+ <var> request</var> 's <a>service-workers mode </a> is "<code> all</code> ", then set
2804
2804
<var> response</var> to the result of invoking <a for=/>handle fetch</a> for <var> request</var> .
2805
2805
[[!HTML]] [[!SW]]
2806
2806
@@ -2892,7 +2892,7 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps:
2892
2892
2893
2893
<li>
2894
2894
<p> If <var> request</var> 's <a for=request>redirect mode</a> is
2895
- "<code> follow</code> ", then set <var> request</var> 's <a>use- service-workers value </a> to
2895
+ "<code> follow</code> ", then set <var> request</var> 's <a>service-workers mode </a> to
2896
2896
"<code> none</code> ".
2897
2897
2898
2898
<p class="note no-backref"> Redirects coming from the network (as opposed to from a service
@@ -5169,7 +5169,7 @@ method, must run these steps:
5169
5169
5170
5170
<li> If <var> request</var> 's <a for=request>client</a>' s
5171
5171
<a for="environment settings object">global object</a> is a {{ServiceWorkerGlobalScope}} object,
5172
- set <var> request</var> 's <a>use- service-workers value </a> to "<code> foreign</code> ".
5172
+ set <var> request</var> 's <a>service-workers mode </a> to "<code> foreign</code> ".
5173
5173
5174
5174
<li><p> Let <var> responseObject</var> be a new {{Response}} object and a new associated
5175
5175
{{Headers}} object whose <a for=Headers>guard</a> is
@@ -5322,7 +5322,7 @@ therefore not shareable, a WebSocket connection is very close to identical to an
5322
5322
<li><p> Let <var> request</var> be a new <a for=/>request</a> , whose
5323
5323
<a for=request>url</a> is <var> requestURL</var> ,
5324
5324
<a for=request>client</a> is <var> client</var> ,
5325
- <a>use- service-workers value </a> is "<code> none</code> ",
5325
+ <a>service-workers mode </a> is "<code> none</code> ",
5326
5326
<a>synchronous flag</a> is set,
5327
5327
<a for=request>mode</a> is "<code> websocket</code> ",
5328
5328
<a for=request>credentials mode</a> is
0 commit comments