You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in microsoft/TypeScript#15175, the property on MediaTrackConstraintSet should be called echoCancellation but is currently misspelled as echoCancelation.
I tried to send a PR fixing this, but it seems to me like the generated interface comes from browser.webidl.xml (I couldn't find the specific property in any of the .json files) and the readme explicitly says to not edit this file.
Would this be an appropriate case to use the overridingTypes.json? Wouldn't it be better to fix this "upstream" in Edge itself?
The text was updated successfully, but these errors were encountered:
As discussed in microsoft/TypeScript#15175, the property on
MediaTrackConstraintSet
should be calledechoCancellation
but is currently misspelled asechoCancelation
.I tried to send a PR fixing this, but it seems to me like the generated interface comes from
browser.webidl.xml
(I couldn't find the specific property in any of the .json files) and the readme explicitly says to not edit this file.Would this be an appropriate case to use the
overridingTypes.json
? Wouldn't it be better to fix this "upstream" in Edge itself?The text was updated successfully, but these errors were encountered: