SICT

BAA

DPS945

Web Programming - Modern Apps

Denmark info Notes Weekly Resources Graded work Policies Standards Professors & addendum Code examples

 

© 2019 - Seneca School of ICT and Business Academy Aarhus

Storage choices for your PWA

 This document is being edited.
This notice will be removed when the edits are complete. 

Our progressive web app (PWA) can use different kinds of storage:

Local or session storage

Highlights:

window.localStorage

window.sessionStorage

Service Worker, Cache API

IndexedDB

How much can be stored? See this linked document.


( more to come, including code examples )


Learning resources

Start here:

Google Developers, Web Storage

Then use the left-side nav links for related topics.