5 ms·
You can use fetch polyfill which woyld be better choice since its easier to remove polyfill than refactor your whole site once you don't need to support those o
by no_way 4y ago
You can use fetch polyfill which woyld be better choice since its easier to remove polyfill than refactor your whole site once you don't need to support those old browsers anymore.
- amflare 4y agoSure. I could also pull in axios or just bite the bullet and use the XMLHttpRequest API. The point isn't that jQuery is the only way to solve the problem, but rather that it still has a value proposition.
- LudwigNagasena 4y agoBeing a “polyfill” with idiosyncratic API doesn’t sound like a good value proposition.