Skip to content

Commit 1601cca

Browse files
committed
Removed devicePixelContentBoxSize from ResizeObserverEntry because it's experimental at the moment
1 parent 1c32701 commit 1601cca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

inputfiles/removedTypes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,13 @@
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": {

0 commit comments

Comments
 (0)