MCPcopy Create free account
hub / github.com/mantinedev/ui.mantine.dev / IntersectionObserver

Class IntersectionObserver

jest.setup.js:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23window.ResizeObserver = ResizeObserver;
24
25class IntersectionObserver {
26 observe() {}
27 unobserve() {}
28 disconnect() {}
29}
30
31window.IntersectionObserver = IntersectionObserver;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected