Skip to content

Commit

Permalink
Record timing info for event handling
Browse files Browse the repository at this point in the history
This feeds into "Long Animation Frame" timing.
  • Loading branch information
noamr committed Apr 16, 2024
1 parent 2d890bd commit 77cd75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dom.bs
Expand Up @@ -1630,6 +1630,9 @@ and an optional <var>legacyOutputDidListenersThrowFlag</var>, run these steps:
<li><p>If <var>listener</var>'s <a for="event listener">passive</a> is true, then set
<var>event</var>'s <a>in passive listener flag</a>.

<li><p>If <var>global</var> is a {{Window}} object, then
<a>record timing info for event listener</a> given <var>event</var> and <var>listener</var>.

<li>
<p><a>Call a user object's operation</a> with <var>listener</var>'s
<a for="event listener">callback</a>, "<code>handleEvent</code>", « <var>event</var> », and
Expand Down

0 comments on commit 77cd75e

Please sign in to comment.