Estimating Available Storage Space
navigator.storage.estimate() gives you insight into your web app's storage constraints.
storage
serviceworker
indexeddb
chrome61
New in Chrome 58
With Chrome 58, Progressive Web Apps are more immersive with display: fullscreen. IndexedDB 2.0 is now supported and sandboxed iFrames get more options. Pete LePage has all the details and how you can use these new developer features in Chrome 58.
chrome58
new-in-chrome
iframe
sandbox
indexeddb
progressive-web-apps
fullscreen
Offline Google Analytics Made Easy
The sw-offline-google-analytics library gives you everything you need.
serviceworker
analytics
offline
indexeddb
Persistent Storage
With Chrome 52, we’re introducing the ability to make storage persistent. Storage for web applications is a complex topic, and persistence for data on the frequently - ephemeral web doubly so!
chrome52
chrome55
storage
persistentstorage
localstorage
indexeddb
origintrials
Blob support for IndexedDB landed on Chrome Dev
Long awaited feature for Chrome, Blob support on IndexedDB landed in Chrome Dev.