BlazorExtensions / WebUSB

HTML5 WebUSB APIs for Microsoft ASP.Net Core Blazor
MIT License
76 stars 27 forks source link

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

Open mbertossa opened 4 years ago

mbertossa commented 4 years ago

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.

OnSive commented 3 years ago

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