package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml.IntersectionObserverSource

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

Sourceclass type intersectionObserverEntry = object ... end
Sourceclass type intersectionObserverOptions = object ... end
Sourceclass type intersectionObserver = object ... end
Sourceval empty_intersection_observer_options : unit -> intersectionObserverOptions Js.t
Sourceval is_supported : unit -> bool
OCaml

Innovation. Community. Security.