Module 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 ... endand errorEvent = object ... endand 'a messageEvent = object ... endval create : string -> ('a, 'b) worker Js_of_ocaml.Js.t