We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaa170 commit 604e831Copy full SHA for 604e831
src/BootstrapBlazor/wwwroot/modules/media.js
@@ -3,7 +3,7 @@
3
export async function enumerateDevices() {
4
let ret = null;
5
if (!navigator.mediaDevices || !navigator.mediaDevices.getUserMedia || !navigator.mediaDevices.enumerateDevices) {
6
- console.log("enumerateDevices() not supported.");
+ console.error("enumerateDevices() not supported.");
7
}
8
else {
9
try {
0 commit comments