[mediacapture-record] Pull Request: `MediaRecorderErrorEvent`

miguelao has just submitted a new pull request for 
https://github.com/w3c/mediacapture-record:

== `MediaRecorderErrorEvent` ==
First go at cleaning up `ErrorEvent`: 
- renamed it to `MediaRecorderErrorEvent` and also 
s/`ErrorEventInit`/`MediaRecorderErrorEventInit`/
- the Init dict holds now a DOMException, so its use in the ctor is 
just as a copy-constructor.


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

Received on Thursday, 22 December 2016 03:05:03 UTC