← Back to context Comment by niek_pas 20 hours ago What does jQuery provide that the Fetch API doesn’t? 1 comment niek_pas Reply sethaurus 16 hours ago Upload progress. The Fetch API offers no way observe and display progress when uploading a file (or making any large request). jQuery makes this possible via the `xhr` callback.
sethaurus 16 hours ago Upload progress. The Fetch API offers no way observe and display progress when uploading a file (or making any large request). jQuery makes this possible via the `xhr` callback.
Upload progress. The Fetch API offers no way observe and display progress when uploading a file (or making any large request). jQuery makes this possible via the `xhr` callback.