owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
421 stars 157 forks source link

Make folder & space loader requests cancelable #11154

Open JammingBen opened 2 weeks ago

JammingBen commented 2 weeks ago

Requests that list the contents of folders and spaces should be cancelable. This plays a role especially on slower network connections where requests take longer and it's easier to run into scenarios where the users triggers a request while a request of the same type is ongoing.

The functionality to cancel requests needs to be implemented in our web-client first.