|
|
|
|
|
by Gab_CV
2725 days ago
|
|
Actually, indexedDB is used to cache/store the whole .pk4, but using small chunks of data (50MB or so). This works well in practice. The best would be that all browsers support the Chrome Filesystem API, but that's not for now |
|
I'm assuming the time required to store and request a massive blob gets excessive at some point, but were there any other reasons?