• #dev 2021-03-08
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2021-03-08 UTC
# 11:34
[KevinMarks]
I find that async tends to make the error case less visible than using then/catch as there is not as natural a place to put it - you queue up async things and catch at the bottom, so dealing with one async failing is less clear