| 14 | |
| 15 | if (typeof globalThis.IntersectionObserver === 'undefined') { |
| 16 | globalThis.IntersectionObserver = class IntersectionObserver { |
| 17 | constructor(callback, options) { |
| 18 | this._callback = callback; |
| 19 | this._options = options; |
nothing calls this directly
no outgoing calls
no test coverage detected