Aborting and intercepting requests using fetch API
Sep 2, 2018 · 4 min read

Probably an ajax request is one of the things that we must do when we are developing website applications. But we had a complex API during years.
Thankfully, we’ve got a lot of different libraries that help us to don’t have to think a lot in xhr: jQuery or axios are probably among the top libraries to work with ajax.

