Hacker News new | ask | show | jobs
by scrollaway 1096 days ago
Indeed. The web UI is awful at this. If you look at the devtools when you select many files, you can see that there's one synchronous web request per file.
1 comments

It's not synchronous, sync xhr on the web is pretty rare these days.