From e5ec1d8db338cd6da2601cc86a845aed40ca3de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 2 Dec 2025 14:58:18 +0100 Subject: [PATCH] Add a fireOnEveryPaint option Part of the https://github.com/WICG/html-in-canvas proposal. --- resize-observer-1/Overview.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/resize-observer-1/Overview.bs b/resize-observer-1/Overview.bs index 5566e51c535d..d74390330734 100644 --- a/resize-observer-1/Overview.bs +++ b/resize-observer-1/Overview.bs @@ -169,6 +169,7 @@ and thus is typically more expensive to observe than the other sizes.
     dictionary ResizeObserverOptions {
         ResizeObserverBoxOptions box = "content-box";
+        boolean fireOnEveryPaint = false;
     };