TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Warning About JQuery 3

9 pointsby un_montagnardalmost 9 years ago

2 comments

nilliamsalmost 9 years ago
It&#x27;s good to see this was recognised as a bug and quickly fixed. Meanwhile in spec-adhering Promise land, a similar problem still exists [1], which is why I recently banished es6-promise, and in turn fetch&#x2F;fetch-polynomial from my codebases.<p>[1] <a href="http:&#x2F;&#x2F;requirebin.com&#x2F;?gist=8f13d5147c1c252ab1691115bfa8b7c5" rel="nofollow">http:&#x2F;&#x2F;requirebin.com&#x2F;?gist=8f13d5147c1c252ab1691115bfa8b7c5</a>
kentoralmost 9 years ago
Wouldn&#x27;t catch instead of fail be more compliant with es6 promises?