js_of_ocaml icon indicating copy to clipboard operation
js_of_ocaml copied to clipboard

[FEATURE REQUEST] MessageChannel / MessagePort

Open zeroexcuses opened this issue 2 years ago • 1 comments

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.

zeroexcuses avatar May 30 '23 15:05 zeroexcuses

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

hhugo avatar Jun 05 '23 08:06 hhugo