mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Convert trivial attributes to FrozenArray
This commit is contained in:
committed by
Jelle Raaijmakers
parent
62167d923c
commit
ad34fdad48
Notes:
github-actions[bot]
2025-04-25 14:44:52 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ad34fdad48b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4473 Reviewed-by: https://github.com/gmta ✅
@@ -13,8 +13,7 @@ interface IntersectionObserver {
|
||||
readonly attribute (Element or Document)? root;
|
||||
readonly attribute DOMString rootMargin;
|
||||
readonly attribute DOMString scrollMargin;
|
||||
// FIXME: `sequence<double>` should be `FrozenArray<double>`
|
||||
readonly attribute sequence<double> thresholds;
|
||||
readonly attribute FrozenArray<double> thresholds;
|
||||
readonly attribute long delay;
|
||||
readonly attribute boolean trackVisibility;
|
||||
undefined observe(Element target);
|
||||
|
||||
Reference in New Issue
Block a user