MSL
MSL copied to clipboard
Use node-XMLHttpRequest instead of XHR2 for synchronous calls?
Since XHR2 doesn't support sync calls, we should consider the following for msl-client-node:
- Use a different library - https://github.com/driverdan/node-XMLHttpRequest
- Build polling ourselves inside node client
We should test large responses with node-XMLHttpRequest since it failed before.