File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11removals {
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}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments