Re: [mediacapture-record] Error member in an Event for runtime-errors is a bad idea

So `ErrorEvent` as in the spec now is just incorrect since it collides
 with the existing `ErrorEvent` in HTML. Renaming it to 
`MediaRecorderErrorEvent` seems fine to me.

An implementation could definitely include a stack 
trace/filename/lineno/colno here, e.g. of the triggering script that 
called start. That's up to the implementation though.

-- 
GitHub Notification of comment by domenic
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/53#issuecomment-268653968
 using your GitHub account

Received on Wednesday, 21 December 2016 22:05:14 UTC