[mediacapture-record] Merged Pull Request: Susbtituted MediaRecorderErrorEvent with a simple ErrorEvent; remove RecordingErrorName

miguelao has just merged pull request 36 for 
https://github.com/w3c/mediacapture-record:

== Susbtituted MediaRecorderErrorEvent with a simple ErrorEvent; 
remove RecordingErrorName ==
This patch basically brings [GetUserMedia's ErrorEvent 
Section](https://rawgit.com/w3c/mediacapture-main/master/getusermedia.html#errorevent)
 to update 
[MediaRecorderErrorEvent](https://w3c.github.io/mediacapture-record/MediaRecorder.html#MediaRecorderErrorEvent)
 (which disappears together with its RecordingErrorName.

Still debatable the addition of a ```message``` field, so I didn't add
 that part yet.

Re https://github.com/w3c/mediacapture-record/issues/22 and 
https://github.com/w3c/mediacapture-record/issues/31

See https://github.com/w3c/mediacapture-record/pull/36

Received on Monday, 21 December 2015 17:15:15 UTC