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

Adjust resource-timing reporting to fetch refactor #75

Merged
merged 6 commits into from
Jun 17, 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
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h2>Dependencies</h2>
</dd>
<dt>Fetch</dt>
<dd>
<p>The following terms are defined in the HTML specification:
<p>The following terms are defined in the Fetch specification:
noamr marked this conversation as resolved.
Show resolved Hide resolved
[[!FETCH]]</p>
<ul>
<li><dfn data-cite="FETCH#concept-header-value">header
Expand All @@ -241,6 +241,8 @@ <h2>Dependencies</h2>
<li>request <dfn data-cite=
"FETCH#concept-request-mode">mode</dfn></li>
<li>request <dfn data-cite=
"FETCH#request-initiator-type">initiator type</dfn></li>
<li>request <dfn data-cite=
"FETCH#concept-request-credentials-mode">credentials
mode</dfn></li>
<li><dfn data-cite="FETCH#concept-response">response</dfn></li>
Expand Down Expand Up @@ -471,16 +473,14 @@ <h2>Processing Model</h2>
<a>credentials mode</a>
</dt>
<dd><i>include</i></dd>
<dt>
<a>initiator type</a>
</dt>
<dd>"<code>beacon</code>"</dd>
</dl>
</li>
<li>
Let <var>handleBeaconDone</var> given <a>response</a> <var>res</var> be a call to
[=finalize and report timing=] with <var>res</var>, the
<var>entry settings object</var>, and <code>"beacon"</code>.
</li>
<li>
<a>Fetch</a> <var>req</var>, with <a>processResponseEndOfBody</a> set to
<var>handleBeaconDone</var>.
<a>Fetch</a> <var>req</var>.
</li>
</ol>
</li>
Expand Down