1. IntersectionObserver

    API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport. The position is delivered asynchronously and is useful for understanding the visibility of elements and implementing pre-loading and deferred loading of DOM content.

  2. IntersectionObserver V2

    Iteration on the original API that also reports if the element is covered by another element or has filters applied to it. Useful for blocking clickjacking attempts or tracking ad exposure.

  3. intersectionobserver api

  4. intersectionobserverentry api

  5. intersectionobserverentry api: boundingclientrect

  6. intersectionobserverentry api: `intersectionobserverentry()` constructor

  7. intersectionobserverentry api: intersectionratio

  8. intersectionobserverentry api: intersectionrect

  9. intersectionobserverentry api: isintersecting

  10. intersectionobserverentry api: isvisible

  11. intersectionobserverentry api: rootbounds

  12. intersectionobserverentry api: target

  13. intersectionobserverentry api: time

  14. intersectionobserver api: delay

  15. intersectionobserver api: disconnect

  16. intersectionobserver api: `intersectionobserver()` constructor

  17. intersectionobserver api: `intersectionobserver()` constructor: `options.root` parameter can be a `document`

  18. intersectionobserver api: observe

  19. intersectionobserver api: root

  20. intersectionobserver api: rootmargin

  21. intersectionobserver api: scrollmargin

  22. intersectionobserver api: takerecords

  23. intersectionobserver api: thresholds

  24. intersectionobserver api: trackvisibility

  25. intersectionobserver api: unobserve