We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc12717 commit 2f9a18aCopy full SHA for 2f9a18a
inputfiles/patches/intersection-observer.kdl
@@ -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
@@ -111,14 +111,6 @@
111
},
112
"dictionaries": {
113
"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
- },
122
"MediaCapabilitiesDecodingInfo": {
123
"members": {
124
"member": {
0 commit comments