package fmlib_js
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Library for easy compilation from ocaml to javascript
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.5.6.tar.gz
sha256=ceeef0fc034eaf510ef2d8decda4ea500d4855202e39f03132385153d3c0adf7
md5=b1c666fde2efc94be7a17d3fa986251e
doc/fmlib_js/Fmlib_js/index.html
Module Fmlib_js
Javascript wrappers.
Common Modules
Usable in a browser window, a worker thread in the browser and node.
module Base : sig ... endBasic functions for the interaction between ocaml and javascript.
module Timer : sig ... endOne shot timers and interval timers
module Date : sig ... endThe javascript date object
Common Browser Modules
Usable in a browser window or in a worker thread in the browser.
module Event : sig ... endBrowser events.
module Event_target : sig ... endEvent_targets in the browser
module Http_request : sig ... endHttp requests made in the browser.
module Web_worker : sig ... endCreate webworker in the main thread and in the worker thread.
Browser Window Modules
module Dom : sig ... endThe content of a browser window.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page