Skip to content

Commit 6a7373b

Browse files
authored
Update constructor syntax for IntersectionObserverEntry
1 parent ae01428 commit 6a7373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/patches/intersection-observer.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
removals {
22
interface IntersectionObserverEntry {
3-
constructor // WebKit-only as of 2025-12
3+
constructor signatureIndex=0 // WebKit-only as of 2025-12
44
}
55
dictionary IntersectionObserverInit {
66
member delay // Blink only as of 2025-12

0 commit comments

Comments
 (0)