-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Navigator.webkitGetUserMedia problems in Dartium and dart2js #4087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Marked this as being blocked by #4062. |
This comment was originally written by [email protected] I've started to work on Dartium crash. |
This comment was originally written by [email protected] Dartium crash should have been fixed. |
Added this to the M1 milestone. |
Should make this not crash in M2. Not being supported across other browsers, later milestone. |
This appears to be working correctly now. Added Fixed label. |
Calling window.navigator.webkitGetUserMedia({'video': true}, (e) { ... });
On Dartium causes Aw Snap!
On dart2js gives an unsupported error 9 (go to about:chrome to enable feature first)
The reason appears to be the map is not translated to a JavaScript object. Translation can be implemented automatically once Issue #4062 is implemented.
The text was updated successfully, but these errors were encountered: