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.
2 parents 131023e + c3e3153 commit 06a72fcCopy full SHA for 06a72fc
src/ExtendedResizeObserverEntry.ts
@@ -1,5 +1,6 @@
1
import { ObservedElement } from './ObservedElement';
2
3
export interface ExtendedResizeObserverEntry extends ResizeObserverEntry {
4
+ readonly devicePixelContentBoxSize: ReadonlyArray<ResizeObserverSize>; // https://github.com/w3c/csswg-drafts/pull/4476
5
target: ObservedElement;
6
}
0 commit comments