Skip to content

Commit 5eddd2d

Browse files
authored
Merge branch 'main' into IntersectionObserverEntry
2 parents 706609a + 2f9a18a commit 5eddd2d

File tree

2 files changed

+7
-11
lines changed

2 files changed

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

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@
108108
},
109109
"dictionaries": {
110110
"dictionary": {
111-
"IntersectionObserverInit": {
112-
"members": {
113-
"member": {
114-
"delay": null, // Blink only as of 2024-07
115-
"trackVisibility": null // Blink only as of 2024-07
116-
}
117-
}
118-
},
119111
"MediaCapabilitiesDecodingInfo": {
120112
"members": {
121113
"member": {

0 commit comments

Comments
 (0)