Js_of_ocaml.Worker
Low-level bindgins to javascript Web Workers.
See the documented Javascript API and some more general documentation about the usage of WebWorker.
class type ['a, 'b] worker = object ... end
class type errorEvent = object ... end
class type 'a messageEvent = object ... end