Module Js_of_ocaml__IntersectionObserver
The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
class type intersectionObserverEntry = object ... endclass type intersectionObserverOptions = object ... endclass type intersectionObserver = object ... endval empty_intersection_observer_options : unit -> intersectionObserverOptions Js_of_ocaml.Js.tval is_supported : unit -> boolval intersectionObserver : ((intersectionObserverEntry Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t -> intersectionObserver Js_of_ocaml.Js.t -> unit) Js_of_ocaml.Js.callback -> intersectionObserverOptions Js_of_ocaml.Js.t -> intersectionObserver Js_of_ocaml.Js.t) Js_of_ocaml.Js.constr