ResizeObserver
A performant mechanism by which code can monitor an element for changes to its size.
See also
Types
Link copied to clipboard
Link copied to clipboard
class Entry(val target: Element, val borderBoxSize: List<ResizeObserver.Size>, val contentBoxSize: List<ResizeObserver.Size>, val contentRect: DOMRectReadOnly, val devicePixelContentBoxSize: List<ResizeObserver.Size>)
Link copied to clipboard