- From: shakyjake <notifications@github.com>
- Date: Wed, 01 Jul 2015 01:59:04 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
Received on Wednesday, 1 July 2015 08:59:36 UTC
Well I can only speak from personal experience - I'm currently using sync XHR with FormData for a drag & drop file upload system. Async causes issues with script timeouts on the server when uploading multiple large files so I need to keep it synchronous. Web Workers seemed like the ideal solution for this but the poor support for FormData means I can't use it yet. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/20#issuecomment-117549961
Received on Wednesday, 1 July 2015 08:59:36 UTC