Re: [qooxdoo-devel] Sending AJAX request with array in request

2016-05-04 Thread deniska
Thanks, Reed. I've already asked the question and got the answer: http://stackoverflow.com/questions/37035641/sending-qx-io-request-xhr-request-with-array-in-request -- View this message in context: http://qooxdoo.678.n2.nabble.com/Sending-AJAX-request-with-array-in-request-tp7588323p7588325.

Re: [qooxdoo-devel] Sending AJAX request with array in request

2016-05-04 Thread Reed
Hi Deniska, I'm afraid I don't have an answer at the moment, but would you mind re-asking your question via Stack Overflow with the "qooxdoo" tag? http://stackoverflow.com/questions/ask?tags=qooxdoo&title=Sending%20AJAX%20request%20with%20array%20in%20request We’re trying to build up a more public

[qooxdoo-devel] Sending AJAX request with array in request

2016-05-04 Thread deniska
Hi, all. According to documentation , requestData can handle ArrayBuffer parameter. However when I try this: var buf = new ArrayBuffer(16); var ar = new Uint8Array(buf); for(var i = 0; i < ar.length; i++)