MCPcopy Create free account
hub / github.com/cometchat/cometchat-uikit-angular /

Class

vitest.setup.mjs:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15if (typeof globalThis.IntersectionObserver === 'undefined') {
16 globalThis.IntersectionObserver = class IntersectionObserver {
17 constructor(callback, options) {
18 this._callback = callback;
19 this._options = options;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected