| 23 | window.ResizeObserver = ResizeObserver; |
| 24 | |
| 25 | class IntersectionObserver { |
| 26 | observe() {} |
| 27 | unobserve() {} |
| 28 | disconnect() {} |
| 29 | } |
| 30 | |
| 31 | window.IntersectionObserver = IntersectionObserver; |
nothing calls this directly
no outgoing calls
no test coverage detected