_dhar’s avatar_dhar’s Twitter Archive—№ 4,148

  1. …in reply to @mounirlamouri
    @mounirlamouri I don't argue against Promises. My point is about having to use both Promises and error event patterns for similar concerns
    1. …in reply to @_dhar
      @mounirlamouri e.g. MEDIA_ERR_SRC_NOT_SUPPORTED error could be returned using a rejected Promise too, but we have to use an error handler.