File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905905interface IntersectionObserverInit {
906906 root?: Element | Document | null;
907907 rootMargin?: string;
908+ scrollMargin?: string;
908909 threshold?: number | number[];
909910}
910911
Original file line number Diff line number Diff line change @@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905905interface IntersectionObserverInit {
906906 root?: Element | Document | null;
907907 rootMargin?: string;
908+ scrollMargin?: string;
908909 threshold?: number | number[];
909910}
910911
Original file line number Diff line number Diff line change @@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905905interface IntersectionObserverInit {
906906 root?: Element | Document | null;
907907 rootMargin?: string;
908+ scrollMargin?: string;
908909 threshold?: number | number[];
909910}
910911
Original file line number Diff line number Diff line change 425425 "members" : {
426426 "member" : {
427427 "delay" : null , // Blink only as of 2024-07
428- "scrollMargin" : null , // Blink only as of 2024-07
429428 "trackVisibility" : null // Blink only as of 2024-07
430429 }
431430 }
You can’t perform that action at this time.
0 commit comments