So I am making a chrome application and using the
chrome.storage.local.set
I have the 'unlimitedStorage' and 'storage' permissions set and the code I have works just fine with small amounts of videos and images. But as soon as I increase this amount, even slightly (Maybe going from 40MB to 80MB) it crashes the application when it tries to store.
Has anyone experienced this, as I understood it since I have the unlimitedStorage permission it shouldn't be a size issue, or is there still a limit in chrome.storage for a single item?
Thanks.