Skip to content

Commit

Permalink
Clarify "downloadable" (#324)
Browse files Browse the repository at this point in the history
Make it clear that resource timing reflects fetches of HTTP(s) resources,
which is a more accurate term than "downloadable".
  • Loading branch information
noamr authored Apr 11, 2022
1 parent 66b113a commit 3259a00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@ <h3>
</h3>
<p data-fn-for="html">
The <a>PerformanceResourceTiming</a> interface facilitates timing
measurement of downloadable resources. For example, this interface is
available for {{XMLHttpRequest}} objects [[XHR]], HTML elements
measurement of [=fetch|fetched=] [=http(s) scheme|http(s)=] resources. For example,
this interface is available for {{XMLHttpRequest}} objects [[XHR]], HTML elements
[[HTML]] such as [^iframe^], [^img^], [^script^], [^object^],
[^embed^] and [^link^] with the link type of [^link/rel/stylesheet^],
and SVG elements [[SVG11]] such as <a data-cite=
"SVG11/struct.html#SVGElement">svg</a>.
SVG elements [[SVG11]] such as <a data-cite=
"SVG11/struct.html#SVGElement">svg</a>, and {{EventSource}}.
</p>
</section>
<section>
Expand Down

0 comments on commit 3259a00

Please sign in to comment.