Hello!
Following the tutorial writing client-server widgets, I can read:
The ## is used to call a JS method from OCaml and ##. to access a JS object field (See Js_of_ocaml's documentation: Ppx_js).
I'd like to know more so I click on the Ppx_js link, but am greeted with a mostly blank page.
I try to do the same via ocaml.org's documentation tool but see the same result.
Am I missing something?