← Back to context Comment by ulrischa 17 hours ago I still love the simplicity a ajax call can be done in Jquery 2 comments ulrischa Reply niek_pas 16 hours ago What does jQuery provide that the Fetch API doesn’t? sethaurus 12 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.
niek_pas 16 hours ago What does jQuery provide that the Fetch API doesn’t? sethaurus 12 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 12 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.
What does jQuery provide that the Fetch API doesn’t?
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.