We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
devicePixelContentBoxSize
ResizeObserverEntry
1 parent 1c32701 commit 1601ccaCopy full SHA for 1601cca
baselines/dom.generated.d.ts
@@ -12661,7 +12661,6 @@ interface ResizeObserverEntry {
12661
readonly borderBoxSize: ReadonlyArray<ResizeObserverSize>;
12662
readonly contentBoxSize: ReadonlyArray<ResizeObserverSize>;
12663
readonly contentRect: DOMRectReadOnly;
12664
- readonly devicePixelContentBoxSize: ReadonlyArray<ResizeObserverSize>;
12665
readonly target: Element;
12666
}
12667
inputfiles/removedTypes.json
@@ -247,6 +247,13 @@
247
"Position": null,
248
"PositionError": null,
249
"ResizeObservation": null,
250
+ "ResizeObserverEntry": {
251
+ "properties": {
252
+ "property": {
253
+ "devicePixelContentBoxSize": null
254
+ }
255
256
+ },
257
"RTCDataChannel": {
258
"properties": {
259
"property": {
0 commit comments