touretzkyds / oldWordEmbeddingDemo

Word embeddings online demo, rewrite
https://jxu.github.io/WordEmbeddingDemo/
1 stars 0 forks source link

Cache downloaded files across refresh #20

Closed jxu closed 3 years ago

jxu commented 3 years ago

Avoid waiting time during development and user refreshing by caching downloaded files using Web Storage API

jxu commented 3 years ago

Actually most browsers only limit ~5M UCS-2 characters for local storage. So it is not enough space. https://stackoverflow.com/questions/2989284/what-is-the-max-size-of-localstorage-values