We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 706609a + 2f9a18a commit 5eddd2dCopy full SHA for 5eddd2d
2 files changed
inputfiles/patches/intersection-observer.kdl
@@ -1,5 +1,9 @@
1
removals {
2
- interface IntersectionObserverEntry {
3
- constructor // WebKit-only as of 2025-12
4
- }
+ interface IntersectionObserverEntry {
+ constructor // WebKit-only as of 2025-12
+ }
5
+ dictionary IntersectionObserverInit {
6
+ member delay // Blink only as of 2025-12
7
+ member trackVisibility // Blink only as of 2025-12
8
9
}
inputfiles/removedTypes.jsonc
@@ -108,14 +108,6 @@
108
},
109
"dictionaries": {
110
"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
- },
119
"MediaCapabilitiesDecodingInfo": {
120
"members": {
121
"member": {
0 commit comments