Type alias: HTMLDimensionsImplementation

Ƭ HTMLDimensionsImplementation: "resize" | "mutation" | "polling"

The script will check for different APIs in order to implement the notification of HTML dimensions changes. By order of preference: ResizeObserver (resize), MutationObserver (mutation) and polling.