We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d890bd commit 77cd75eCopy full SHA for 77cd75e
dom.bs
@@ -1630,6 +1630,9 @@ and an optional <var>legacyOutputDidListenersThrowFlag</var>, run these steps:
1630
<li><p>If <var>listener</var>'s <a for="event listener">passive</a> is true, then set
1631
<var>event</var>'s <a>in passive listener flag</a>.
1632
1633
+ <li><p>If <var>global</var> is a {{Window}} object, then
1634
+ <a>record timing info for event listener</a> given <var>event</var> and <var>listener</var>.
1635
+
1636
<li>
1637
<p><a>Call a user object's operation</a> with <var>listener</var>'s
1638
<a for="event listener">callback</a>, "<code>handleEvent</code>", « <var>event</var> », and
0 commit comments