Re: [mediacapture-main] OverconstrainedError extends DOMException + algo fixes (#746)

> It seems `MediaStreamError` is now essentially just `DOMException`. Can it be removed here?

@saschanaz Can we return a base class interface in a WebIDL JS callback and have the following still work?
```js
navigator.mediaDevices.getUserMedia({video: {width: {min: 9999}}}, () => {}, e => {
  console.log(e.constraint); // width
});  
```
I've been working too much with dictionaries where this would be a problem.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/pull/746#issuecomment-724076580 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 9 November 2020 15:15:46 UTC