Re: [mediacapture-main] Define MediaStreamError exclusively for legacy gUM callback interface use

Yeah, this is broken in Web IDL right now.  Either `Error` should 
allow any error, including `DOMException`, or `Error` and 
`DOMException` should be distinguishable.  @heycam and @domenic and I 
need to sort this through.

Given this is a callback you're defining, you could probably use 
`object` in the IDL and prose and it would be ok for now.

-- 
GitHub Notif of comment by bzbarsky
See 
https://github.com/w3c/mediacapture-main/pull/216#issuecomment-120098111

Received on Thursday, 9 July 2015 18:35:44 UTC