Offline sync in wasm #372
FrederikFBrandt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I remember reading that Blazor WASM offline sync isn't supported. I have however put my sqlite db file into the browser cache as base64. My application cannot rely on getting live data every single time a user starts up the wasm client, but it is ok for a full refresh whenever a user decides to clear cache. My solution is working, it feels snappy and it's reliable. My question is, how come it isn't officially supported? Is that a big issue or risk I haven't thought of?
Beta Was this translation helpful? Give feedback.
All reactions