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 a01c9c6 commit 4eebaadCopy full SHA for 4eebaad
src/BootstrapBlazor/wwwroot/modules/media.js
@@ -154,7 +154,7 @@ export async function getPreviewUrl() {
154
return url;
155
}
156
157
-export async function getPreviewData() {
+export function getPreviewData() {
158
const media = registerBootstrapBlazorModule("MediaDevices");
159
return media.previewBlob;
160
0 commit comments