Skip to content

Commit

Permalink
Pass in response status to mark resource timing
Browse files Browse the repository at this point in the history
  • Loading branch information
abinpaul1 committed Jul 29, 2022
1 parent 90ddae7 commit 03610e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4391,8 +4391,8 @@ steps:
<a for=request>initiator type</a> is not null, then
<a for=/>mark resource timing</a> given <var>timingInfo</var>, <var>request</var>'s
<a for=request>URL</a>, <a for="fetch params">request</a>'s
<a for=request>initiator type</a>, <var>global</var>, <var>cacheState</var>, and
<var>bodyInfo</var>.
<a for=request>initiator type</a>, <var>global</var>, <var>cacheState</var>,
<var>bodyInfo</var>, and <var>response</var>'s <a for=response>status</a>.
</ol>

<li>
Expand Down

0 comments on commit 03610e8

Please sign in to comment.