Hacker News new | ask | show | jobs
by SiNTEx 1975 days ago
We store unuploaded chunks of the video in IndexDB in a browser. Btw if plan to do something similar beware of the fact that storing a lot of blob references in IndexDB can cause some wired issues in Chrome a some blobs can get corrupted. Our workaround is to store it as byte arrays.