Hi,
I discovered this webpage
https://developer.mozilla.org/en-US/docs/Glossary/XMLHttpRequest
Where it say
The Fetch API is the modern replacement for XMLHttpRequest.
Without further explain on why so…
Did you (yourself) migrated from XHR to The Fetch API ? and is it better ? or do you know any (not bias) article about it ?
What about performances etc…
Thanks
I think of XHR as more of a low-level API. Most of the time though you don’t need access to those low-level details.
The fetch API is bit higher level and nicer to work with.