3

Darn. I've always been storing images on IndexedDB in ArrayBuffer format. Didn't know you can actually store a File inside, not before a bug that I encountered just now. What a waste of potential 😑

Comments
  • 1
    So you haven’t read the documentation?
  • 0
    @010001111 I have. At least I just did 😅. I learnt feom tutorials but none of it mention storing an actual File (at least the ones that I have read), instead it always goes with converting the File to more primitive values like ArrayBuffer.
Add Comment