package incr_dom

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=a3a9ef135edd2039b5e771dfd9461ff2bbae55e2611af0e81c9577898314a76f

doc/CHANGES.html

Release v0.17.0

  • Introduce Ui_time_source module for clock management in UI applications:

    • create function to initialize a new clock with a specified start time
    • incr_clock function to access the Incremental clock within the Bonsai clock
    • advance_clock_by and advance_clock functions to move the current time forward
    • now and watch_now for accessing the current time and an incremental node containing the time
    • at_intervals and at for creating incremental values that update based on time intervals or specific instants
    • until and sleep effects for delaying actions until a certain time or for a time span
    • wait_after_display effect for delaying actions until after the display lifecycle
OCaml

Innovation. Community. Security.