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
Right now the playground is in a good enough shape to be as accessible as possible to most users. On slow connection it might take a while on first load but then should be rather fine on subsequent ones.
Making it 100% offline requires quite some tinkering that I simply do not have the time to tackle as of now.
I understand the first load is a bit slow.. but its not all that kind of a big deal.. my problem is after making changes to the code after going offline, i realized each compilation cycle per code change required some form of network access.. 😅.. anyway.. hoping it becomes 100% offline soon in the future
Shifting compilation from online to client side is very crucial..
Otherwise it makes the PWA app useless...
Please allow the Service worker to handle compilation offline on the Client side once the resources are loaded..
The text was updated successfully, but these errors were encountered: