Situation : Client js sends ajax request to nodejs express server.
Client
xmlHttpRequest=new XMLHttpRequest(); xmlHttpRequest.open(\"POST\",\"/some/se
I don't know about arraybuffer but usually, we can access the POST data using the req.body parameter. Does that work for you?