Web Experiments: IndexedDB Images
This experiment combines the following:
- retrieving Blobs via XHR2 and CORS
- converting Blobs and storing in IndexedDB
- converting Blobs from IndexedDB in Data URIs
- displaying Blobs as images via Data URIs
- creating Blob URLs as direct references to Blobs
- displaying Blobs as images via Blob URLs
This example does not attempt direct storage of Blobs in IndexedDB
as this is not currently supported in Chrome.
Images
direct reference
Data URI (from IndexedDB, converted to Base64)
Blob URL (from IndexedDB, converted to Blob)