Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a fireOnEveryPaint option
  • Loading branch information
foolip authored Dec 2, 2025
commit e5ec1d8db338cd6da2601cc86a845aed40ca3de3
1 change: 1 addition & 0 deletions resize-observer-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ and thus is typically more expensive to observe than the other sizes.
<pre class="idl">
dictionary ResizeObserverOptions {
ResizeObserverBoxOptions box = "content-box";
boolean fireOnEveryPaint = false;
};
</pre>

Expand Down