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
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
Use IndexedDB to persist the virtual file system presented by the Ballista Cloud Demo.
Currently, all the state is stored in the foreground page's JavaScript context. By making it (locally) stateful, we can demonstrate the Ballista API's ability to receive updates while both the foreground page and service worker are dead. (Although in the latter case, our polyfill might not be able to do that...)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use IndexedDB to persist the virtual file system presented by the Ballista Cloud Demo.
Currently, all the state is stored in the foreground page's JavaScript context. By making it (locally) stateful, we can demonstrate the Ballista API's ability to receive updates while both the foreground page and service worker are dead. (Although in the latter case, our polyfill might not be able to do that...)
The text was updated successfully, but these errors were encountered: