Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gauntlet/imports/happy_dom.ts>ResizeObserver

Work-in-progress front-end tool which does put a smile on my face
Latest
class ResizeObserver
Re-export
import { ResizeObserver } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

The ResizeObserver interface reports changes to the dimensions of an Element's content or border box, or the bounding box of an SVGElement.

Methods

disconnect(): void

Disconnects.

Not implemented.

observe(): void

Starts observing.

Not implemented.

unobserve(): void

Stops observing.

Not implemented.