WebUSB
WebUSB copied to clipboard
Error: Could not find 'WebUSB' in 'window.BlazorExtensions'
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.
Should be the same problem like #10. There's the solution too.