Skip to content

Commit

Permalink
Describe fetching web content to be rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Apr 7, 2020
1 parent 02fe495 commit 776b6ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,11 @@ <h3>Synchronized rendering of web resources</h3>
perform actions at specific points on the <a>media timeline</a>
regardless of when the next frame gets rendered.
</li>
<li>
A way to prepare the web content to be rendered ahead of time. This
may involve fetching resources, such as images or other related media,
to be rendered.
</li>
</ul>
<p>
The following sub-sections discusses mechanisms currently available to
Expand Down

0 comments on commit 776b6ab

Please sign in to comment.