Hacker News new | ask | show | jobs
by Ryner001 1976 days ago
Video is saved as a binary blob in some kind of storage. In our case that would be IndexedDB. But since the data is uploaded in parallel with the call there is only few hundred MB used at any give moment.

Generally browsers will let you store a few GB of data (depending on the user free space) if your really wanted to but it's not recommended since they can delete it any time.