File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1428,8 +1428,6 @@ false.
1428
1428
<code> navigator.sendBeacon</code> and the HTML <code> img</code> element set this flag. Requests with
1429
1429
this flag set are subject to additional processing requirements.
1430
1430
1431
- <p> A <a for=/>request</a> has an associated <dfn for=request export>service-workers mode</dfn> , that
1432
- is "<code> all</code> " or "<code> none</code> ". Unless stated otherwise it is "<code> all</code> ".
1433
1431
1434
1432
<p> A <a for=/>request</a> has an associated
1435
1433
<dfn for=request export>initiator type</dfn> , which is null,
@@ -1457,6 +1455,9 @@ is "<code>all</code>" or "<code>none</code>". Unless stated otherwise it is "<co
1457
1455
<!-- See https://github.com/whatwg/fetch/issues/1452 and
1458
1456
https://github.com/w3c/resource-timing/issues/132 for future work -->
1459
1457
1458
+ <p> A <a for=/>request</a> has an associated <dfn for=request export>service-workers mode</dfn> , that
1459
+ is "<code> all</code> " or "<code> none</code> ". Unless stated otherwise it is "<code> all</code> ".
1460
+
1460
1461
<div class=note>
1461
1462
<p> This determines which service workers will receive a {{fetch!!event}} event for this fetch.
1462
1463
You can’t perform that action at this time.
0 commit comments