downforacross / downloadacross

chrome extension for downloading crosswords from various sources
4 stars 4 forks source link

does not gracefully handle reaching chrome.storage limit #4

Closed stevenhao closed 5 years ago

stevenhao commented 5 years ago

a lot of sources not working... TNY / USA Today seem unaffected, but WSJ, LAT, NYT, Jonesin all down?

stevenhao commented 5 years ago

nevermind, this just seems to be the behavior when localstorage runs out. updating title of issue.

stevenhao commented 5 years ago

closing this as 4d50b10 should make it much harder to hit the limit. The limit is total 5,242,880 bytes now, instead of 8,192 per item (https://developer.chrome.com/extensions/storage).