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
If you want to do something more effective than breaking a ton of sites and reducing Firefox WebRTC reach further make that method throw but keep it around?
#764 identified problematic
detectBrowser
code which prevents browsers from removing non-standard APIs:E.g. Firefox cannot remove
mozGetUserMedia
without this returning "Not a supported browser."The #1146 fix to #764 is unsatisfactory, relying on an API that is not standards-track to solve this problem only for Chromium.
The core problem, that this function treats browsers without specific non-standard APIs as "Not a supported browser." remains unaddressed.
The text was updated successfully, but these errors were encountered: