Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Move initiator type to other side of note #1467

Merged
merged 1 commit into from
Jul 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,6 @@ false.
<code>navigator.sendBeacon</code> and the HTML <code>img</code> element set this flag. Requests with
this flag set are subject to additional processing requirements.

<p>A <a for=/>request</a> has an associated <dfn for=request export>service-workers mode</dfn>, that
is "<code>all</code>" or "<code>none</code>". Unless stated otherwise it is "<code>all</code>".

<p>A <a for=/>request</a> has an associated
<dfn for=request export>initiator type</dfn>, which is null,
Expand Down Expand Up @@ -1457,6 +1455,9 @@ is "<code>all</code>" or "<code>none</code>". Unless stated otherwise it is "<co
<!-- See https://github.com/whatwg/fetch/issues/1452 and
https://github.com/w3c/resource-timing/issues/132 for future work -->

<p>A <a for=/>request</a> has an associated <dfn for=request export>service-workers mode</dfn>, that
is "<code>all</code>" or "<code>none</code>". Unless stated otherwise it is "<code>all</code>".

<div class=note>
<p>This determines which service workers will receive a {{fetch!!event}} event for this fetch.

Expand Down