#import #import // https://drafts.csswg.org/resize-observer-1/#resize-observer-entry-interface [Exposed=Window] interface ResizeObserverEntry { readonly attribute Element target; readonly attribute DOMRectReadOnly contentRect; readonly attribute FrozenArray borderBoxSize; readonly attribute FrozenArray contentBoxSize; readonly attribute FrozenArray devicePixelContentBoxSize; };