Skip to content

Commit

Permalink
chore: tidy up index.html (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: noamr <noamr@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and noamr committed Sep 29, 2021
1 parent f2305f2 commit 712fd8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,13 @@ <h3>
the fetch will be included as a <a>PerformanceResourceTiming</a>
object in the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a> with only the `startTime`, `fetchStart`, `duration` and `responseEnd` set.
Timeline</a> with only the `startTime`, `fetchStart`, `duration` and
`responseEnd` set.
</li>
<li>If a resource <a data-cite="FETCH#concept-fetch">fetch</a> is
aborted because it failed a fetch precondition (e.g. mixed content,
CORS restriction, CSP policy, etc), then this resource will not
be included as a <a>PerformanceResourceTiming</a> object in the
CORS restriction, CSP policy, etc), then this resource will not be
included as a <a>PerformanceResourceTiming</a> object in the
<a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a>.
Expand Down

0 comments on commit 712fd8c

Please sign in to comment.