WebUSB icon indicating copy to clipboard operation
WebUSB copied to clipboard

Error: Could not find 'WebUSB' in 'window.BlazorExtensions'

Open mbertossa opened this issue 5 years ago • 1 comments

Getting a JSInterop Exception when using this extension:

[Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer] Exception: Microsoft.JSInterop.JSException: Could not find 'WebUSB' in 'window.BlazorExtensions'. Error: Could not find 'WebUSB' in 'window.BlazorExtensions'.

Followed instructions and checked test implementation in source code, cannot find anything different in my code.

Thanks.

mbertossa avatar Jul 30 '20 06:07 mbertossa

Should be the same problem like #10. There's the solution too.

OnSive avatar Feb 25 '21 10:02 OnSive