Hacker News new | ask | show | jobs
by no_way 1278 days 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.
1 comments

Sure. 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.
Being a “polyfill” with idiosyncratic API doesn’t sound like a good value proposition.