- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Apr 2016 14:07:34 +0000
- To: public-media-capture-logs@w3.org
FWIW, `HTMLMediaElement` has separate events for `error` and `ended`. Both are simple events, and errors are reported via a `MediaError` object on `mediaElement.error`. It's actually not great, but with errors that aren't associated with any API call it has to be either that or a special kind of event like what you have... -- GitHub Notification of comment by foolip Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/337#issuecomment-209461733 using your GitHub account
Received on Wednesday, 13 April 2016 14:07:36 UTC