Skip to content

Thibaut-Gudin/ocaml-MutationObserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-MutationObserver

ocaml binding to the MutationObserver plugin

What does ocaml-MutationObserver do ?

This library allows you to create and exploit MutationObserver object into your ocaml project, with an ocaml binding to the MutationObserver javascript plugin.

How to install and compile your project by using this 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

How to use it ?

See the MutationObserver api for more details.

[TODO]

About

ocaml binding to the MutationObserver plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages