对于从DOM中删除的元素,可能有一个IntersectionObserver(或任何其他类型)setIntersectionObserver(config:LazyConfig) let intersectionObserver = new IntersectionObserverfor (let entr
我的应用程序中有一个(编写得相当糟糕) javascript组件,它处理无限滚动分页,我试图重写它以使用IntersectionObserver,正如描述的,但是我在测试它时遇到了问题。handle the infinite scroll var io = new IntersectionObserver);
//Do some assertions about the state after the callback