| 69 | } |
| 70 | |
| 71 | class IntersectionObserver { |
| 72 | observe() {} |
| 73 | unobserve() {} |
| 74 | disconnect() {} |
| 75 | takeRecords() { |
| 76 | return []; |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | globalThis.ResizeObserver = globalThis.ResizeObserver ?? ResizeObserver; |
| 81 | globalThis.IntersectionObserver = globalThis.IntersectionObserver ?? IntersectionObserver; |
nothing calls this directly
no outgoing calls
no test coverage detected