js_of_ocaml
js_of_ocaml copied to clipboard
[FEATURE REQUEST] MessageChannel / MessagePort
Is js_of_ocaml missing bindings for
https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel https://developer.mozilla.org/en-US/docs/Web/API/MessagePort
I tried grepping for it in js_of_ocaml/lib/js_of_ocaml but not finding anything.
There is no support for this yet. Feel free to open a PR adding support for it.