ocaml binding to the MutationObserver plugin
This library allows you to create and exploit MutationObserver
object
into your ocaml project, with an ocaml binding to the MutationObserver
javascript plugin.
You can use opam by pining the repository with:
opam pin add mutation-observer
https://github.com/Thibaut-Gudin/ocaml-MutationObserver
to compile your project, use:
dune build @install
Finally, install "mutation-observer" with
cordova add mutation-observer
See the MutationObserver api for more details.
[TODO]