You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I saw the other issue which was about the server side type of project. Here I have a Blazor WASM project and I need offline functionality to work(so no dynamic loading of js).
How am I supposed to accomplish such setup?
As of now I tried with that option disabled and included
@thepra Thank you for replying.
I agree that I should improve the document.
And I'd like to do that as soon as possible.
By the way, in my test case, Blazor WebAssembly apps with PWA manifest and service worker scripts that use this library worked fine on offline mode even though the DisableClientScriptAutoInjection option is not set to true.
(I implemented some extra code explicitly to support those PWA offline scenarios.)
So in my expectation, developers who use this library on their Blazor WebAssembly apps and need PWA offline support may have to do nothing special.
I hope this information is also helpful for you.
Hi, I saw the other issue which was about the server side type of project. Here I have a Blazor WASM project and I need offline functionality to work(so no dynamic loading of js).
How am I supposed to accomplish such setup?
As of now I tried with that option disabled and included
in the
index.html
but it doesn't seem to do the trick, what should I do to make it work properly?The text was updated successfully, but these errors were encountered: