Skip to content

This is an app to demonstrate how to use Indexed DB as file storage.

License

Notifications You must be signed in to change notification settings

inclu-cat/use_indexeddb_as_filestorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an app to demonstrate how to use Indexed DB as file storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published