w3c / IntersectionObserver

Intersection Observer
https://www.w3.org/TR/intersection-observer/
Other
3.62k stars 526 forks source link

Narrow IntersectionObserver#root type to (Element or Document) #446

Closed saschanaz closed 3 years ago

saschanaz commented 3 years ago

Since the dictionary only receives (Element or Document), the attribute should naturally be also be (Element or Document).

Doing so will help generating better TypeScript type information so that users can easily see it can only be either Element or Document.