Y
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
esprehn
1095 days ago
It's not synchronous, sync xhr on the web is pretty rare these days.
link