Variable IntersectionObserver

    IntersectionObserver: {
        prototype: IntersectionObserver;
        new (callback: IntersectionObserverCallback, options?: IntersectionObserverInit): IntersectionObserver;
    }