简体中文
Appearance
获取元素的所有可滚动父级元素,包含 window 作为最后一项。
window
import { getAllParentScroller } from 'rattail' const scrollers = getAllParentScroller(document.querySelector('div'))
el
HTMLElement
Array<HTMLElement | Window>