From 77cd75e8c9f03ef3b71b84e9b2154542762a7f52 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 16 Apr 2024 14:20:09 +0000 Subject: [PATCH] Record timing info for event handling This feeds into "Long Animation Frame" timing. --- dom.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dom.bs b/dom.bs index fad50dac..a0aa0c3d 100644 --- a/dom.bs +++ b/dom.bs @@ -1630,6 +1630,9 @@ and an optional legacyOutputDidListenersThrowFlag, run these steps:
  • If listener's passive is true, then set event's in passive listener flag. +

  • If global is a {{Window}} object, then + record timing info for event listener given event and listener. +

  • Call a user object's operation with listener's callback, "handleEvent", « event », and