Skip to content

Commit

Permalink
Add note for cached frames
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Oct 23, 2023
1 parent 29bb5c3 commit bb5e16e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -93611,6 +93611,12 @@ dictionary <dfn dictionary>PageRevealEventInit</dfn> : <span>EventInit</span> {
Otherwise return null.</p></li>
</ol>

<p class="note">Though <code data-x="event-pagereveal">pagereveal</code> is guaranteed to be fired
during the first <span>update the rendering</span> step, which displays an up-to-date version of
the page, user agents are free to display cached frame of the page before firing it. This prevents
the presence of a <code data-x="event-pagereveal">pagereveal</code> handler from delaying the
presentation of such cached frame.</p>

</div>


Expand Down

0 comments on commit bb5e16e

Please sign in to comment.