Skip to content

Commit 2f9a18a

Browse files
Bashamegasaschanaz
andauthored
Migrate IntersectionObserverInit to KDL (#2323)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent dc12717 commit 2f9a18a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
removals {
2+
dictionary IntersectionObserverInit {
3+
member delay // Blink only as of 2025-12
4+
member trackVisibility // Blink only as of 2025-12
5+
}
6+
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@
111111
},
112112
"dictionaries": {
113113
"dictionary": {
114-
"IntersectionObserverInit": {
115-
"members": {
116-
"member": {
117-
"delay": null, // Blink only as of 2024-07
118-
"trackVisibility": null // Blink only as of 2024-07
119-
}
120-
}
121-
},
122114
"MediaCapabilitiesDecodingInfo": {
123115
"members": {
124116
"member": {

0 commit comments

Comments
 (0)