Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 683 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 683 Bytes

use_indexeddb_as_filestorage

This is an app to demonstrate how to use IndexedDB as file storage. Related article here

How it works

If you click Add Text File button or Add Binary File button, the app will store the corresponding file located in the assets folder into IndexedDB. And the app gets the file from IndexedDB again and shows the file information simply.

You can see the files in IndexedDB by using Chrome Developer Tools.

image