- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 30 Nov 2018 02:48:27 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 November 2018 10:48:49 UTC
Basically, if you use synchronous I/O, you block the event loop and the user cannot do anything else, not even click a button if they accidentally started the current operation and want to go elsewhere. And what might take a moment for you, might take a long time for the user, depending on their environment. File I/O is pretty far from always being fast. Duping against #20. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/230#issuecomment-443165889
Received on Friday, 30 November 2018 10:48:49 UTC