6 ms·
Could be interesting, but allowing the webcam crashes my browser.Repeatedly macOS 15.7.1 (24G231) Brave 1.87.186 (Official Build) (arm64) Chromium: 145.0.7632.
by amagasaki 7mo ago
Could be interesting, but allowing the webcam crashes my browser.Repeatedly
macOS 15.7.1 (24G231)
Brave 1.87.186 (Official Build) (arm64)
Chromium: 145.0.7632.45
- serious_angel 7mo agoIn the minified source code, we may see, it uses: ``` try { const l=await navigator.mediaDevices.getUserMedia({audio:!1,video:{facingMode:"user"}}); /* ... */ } catch { this.showError("Could not access webcam. Please check permissions.") } ``` There are alternatives to verify mediaDevices support as https://addpipe.com/getusermedia-examples/ https://addpipe.com/getusermedia-examples/
- echoangle 7mo agoBut even a missing check shouldn’t be able to crash the browser.
- jeroenhd 7mo agoFirefox throws a "this tab is slowing down your browser" warning, but it doesn't crash. Chromium works for me, though.