File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12661,7 +12661,6 @@ interface ResizeObserverEntry {
1266112661 readonly borderBoxSize: ReadonlyArray<ResizeObserverSize>;
1266212662 readonly contentBoxSize: ReadonlyArray<ResizeObserverSize>;
1266312663 readonly contentRect: DOMRectReadOnly;
12664- readonly devicePixelContentBoxSize: ReadonlyArray<ResizeObserverSize>;
1266512664 readonly target: Element;
1266612665}
1266712666
Original file line number Diff line number Diff line change 247247 "Position" : null ,
248248 "PositionError" : null ,
249249 "ResizeObservation" : null ,
250+ "ResizeObserverEntry" : {
251+ "properties" : {
252+ "property" : {
253+ "devicePixelContentBoxSize" : null
254+ }
255+ }
256+ },
250257 "RTCDataChannel" : {
251258 "properties" : {
252259 "property" : {
You can’t perform that action at this time.
0 commit comments