Hacker News new | ask | show | jobs
by Klathmon 2725 days ago
Thats cool! Any reason you do it in multiple distinct chunks vs mutating a single chunk?

I'm assuming the time required to store and request a massive blob gets excessive at some point, but were there any other reasons?

1 comments

It is because IndexedDB maximum row size is not that big, and depends on the browsers
Wow I had no idea! I'll have to look into that, thanks!