Browser Data Storage
Watch on Frontend Masters
Browser Data Storage
for Frontend Masters
Maximiliano Firtman
firt.dev
Watch on Frontend Masters
Table of Contents
Intro to the Course
Introduction
What We Will Be Building
Slides
Storage Manager
Requesting Persistance
Quota Estimation
Using Web Storage
Databases
Setting up Indexeddb
Replacing Web Storage
Creating a Database for the Menu
Making a Cache First Load
Using a Network First Load
Cache Storage
Caching Images
Serving Images with Service Worker Copy
Caching App Shell
Serving Files with Network First
File System
Setup Import and Export
Using the Filesystem Api
Bonus
Next Steps