MSL icon indicating copy to clipboard operation
MSL copied to clipboard

Use node-XMLHttpRequest instead of XHR2 for synchronous calls?

Open kood1 opened this issue 10 years ago • 1 comments

Since XHR2 doesn't support sync calls, we should consider the following for msl-client-node:

  1. Use a different library - https://github.com/driverdan/node-XMLHttpRequest
  2. Build polling ourselves inside node client

kood1 avatar Oct 30 '14 14:10 kood1

We should test large responses with node-XMLHttpRequest since it failed before.

kood1 avatar Nov 04 '14 18:11 kood1