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.
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.