MCPcopy Create free account
hub / github.com/bestony/logoly / IntersectionObserver

Class IntersectionObserver

vitest.setup.js:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71class IntersectionObserver {
72 observe() {}
73 unobserve() {}
74 disconnect() {}
75 takeRecords() {
76 return [];
77 }
78}
79
80globalThis.ResizeObserver = globalThis.ResizeObserver ?? ResizeObserver;
81globalThis.IntersectionObserver = globalThis.IntersectionObserver ?? IntersectionObserver;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected