It is possible to store blobs and arraybuffers in indexedDB (as you can see here). My problem is, that I am storing pdf files in the storage and want to “download” them when the user clicks on a specific link. Is it possible to “download” files from the local indexDB database?
Share
This is not possible using native JavaScript or the IndexedDB API, but check out FileWriter and BlobBuilder parts of the upcoming Filesystem API.