Skip to content

Commit 90ddae7

Browse files
noamrdomenic
authored andcommitted
Editorial: Move initiator type to other side of note
1 parent edf07e5 commit 90ddae7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fetch.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,8 +1428,6 @@ false.
14281428
<code>navigator.sendBeacon</code> and the HTML <code>img</code> element set this flag. Requests with
14291429
this flag set are subject to additional processing requirements.
14301430

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>".
14331431

14341432
<p>A <a for=/>request</a> has an associated
14351433
<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
14571455
<!-- See https://github.com/whatwg/fetch/issues/1452 and
14581456
https://github.com/w3c/resource-timing/issues/132 for future work -->
14591457

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+
14601461
<div class=note>
14611462
<p>This determines which service workers will receive a {{fetch!!event}} event for this fetch.
14621463

0 commit comments

Comments
 (0)