-
@mounirlamouri I don't argue against Promises. My point is about having to use both Promises and error event patterns for similar concerns
-
@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.