
With this workshop, you will learn how browser data storage works in a modern browser for websites, apps, and PWAs. We will focus on cross-browser usage for IndexedDB, Cache Storage, modern Cookies management, FileSystem Access, and Storage Management APIs. Using code challenges, you will understand the current state of client-side storage in every browser, their quotas and persistence, and how to work with databases and the local filesystem.
By participating along with us in the workshop, you'll learn:
- Store persistent data client-side for user experience
- Learn to use IndexedDB with promises for database storage
- Work with the file system to read and store files
- Know about your space quota and how to persist the data
- Manage cached resources for faster and offline access