ocsigen / js_of_ocaml

Compiler from OCaml to Javascript.
http://ocsigen.org/js_of_ocaml/
Other
952 stars 186 forks source link

[FEATURE REQUEST] MessageChannel / MessagePort #1464

Open zeroexcuses opened 1 year ago

zeroexcuses commented 1 year ago

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.

hhugo commented 1 year ago

There is no support for this yet. Feel free to open a PR adding support for it.