Michael Sandler
Michael Sandler
Yes, it is send over the network twice. I get two requests to my controller. One from ServiceWorker.js, and one from the website itself. If i deregister the serviceworker and...
I have made a sample project, to see the behavoir. (https://github.com/newdeal30/BlazorPWAApp3) To reproduce: Set a breakpoint in TestController/Get Navigate to https://localhost:5001/swagger Try the method. It should hit 2 times. Thanks...
That feature would be absolutly great!
I did a quick and dirty fix which is working for me. (try/catch at BlazorPro.BlazorSize.MediaQueryService.Initialize(MediaQuery mediaQuery) Regards Michael
Hi Ed, I will test it on weekend and give you replay. Thanks
I also have the exception on BlazorWebAssembly on MsEdge (but i hadn seen it, since there was no blazor error message in the ui - only webconsole) I tried to...
Would it be a problem to add the try/catch on the two methods on the official package? Then I could stay on the official source ;-)