package fmlib_js
Library for easy compilation from ocaml to javascript
Install
Dune Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
sha256=d47f6539af49a4c3e947dbfbe416c1e78d534897cd6d9d8e3660aae0cf8d9494
md5=d649b8a62403362bd3a24cbf1a9af590
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 ... end
Basic functions for the interaction between ocaml and javascript.
module Timer : sig ... end
One shot timers and interval timers
module Date : sig ... end
The javascript date object
Common Browser Modules
Usable in a browser window or in a worker thread in the browser.
module Event : sig ... end
Browser events.
module Event_target : sig ... end
Event_targets in the browser
module Http_request : sig ... end
Http requests made in the browser.
module Web_worker : sig ... end
Create webworker in the main thread and in the worker thread.
Browser Window Modules
module Dom : sig ... end
The content of a browser window.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page