Trying to port a browser-based library to Node.js, i get errors during AJAX calls through XmlHttpRequest:
File "lib/xmlHttpRequest.ml", line 86, characters 2-8: Assertion failed
Is there an established method to be able to use xmlHttpRequest from ocaml code on a Node.js server ?