package js_of_ocaml

  1. Overview
  2. Docs
Compiler from OCaml bytecode to JavaScript

Install

dune-project
 Dependency

Authors

Maintainers

Sources

js_of_ocaml-5.8.2.tbz
sha256=7220194bd2f9b14d958153a5a206750359d7b49de12fe88d7450d385cecbf04a
sha512=1a282bf88eba8489747f51e228385be8d926e5c57efe33ad6f324c30fbe4100e99970192284172b5cdef92922ca613968bf116eb706194a879899baddd0a47f4

doc/js_of_ocaml/Js_of_ocaml/IntersectionObserver/index.html

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