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 {
12661
12661
readonly borderBoxSize: ReadonlyArray<ResizeObserverSize>;
12662
12662
readonly contentBoxSize: ReadonlyArray<ResizeObserverSize>;
12663
12663
readonly contentRect: DOMRectReadOnly;
12664
- readonly devicePixelContentBoxSize: ReadonlyArray<ResizeObserverSize>;
12665
12664
readonly target: Element;
12666
12665
}
12667
12666
Original file line number Diff line number Diff line change 247
247
"Position" : null ,
248
248
"PositionError" : null ,
249
249
"ResizeObservation" : null ,
250
+ "ResizeObserverEntry" : {
251
+ "properties" : {
252
+ "property" : {
253
+ "devicePixelContentBoxSize" : null
254
+ }
255
+ }
256
+ },
250
257
"RTCDataChannel" : {
251
258
"properties" : {
252
259
"property" : {
You can’t perform that action at this time.
0 commit comments