|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IntersectionObserver.idl";
Public Member Functions | |
| void | observe (Element target) |
| void | unobserve (Element target) |
| void | disconnect () |
| sequence< IntersectionObserverEntry > | takeRecords () |
Public Attributes | |
| readonly attribute Element | root |
| readonly attribute DOMString | rootMargin |
| readonly attribute sequence< double > | thresholds |
| void IntersectionObserver::disconnect | ( | ) |
| sequence<IntersectionObserverEntry> IntersectionObserver::takeRecords | ( | ) |
1.8.13