Out-of-space errors not handled?
JohnMunsch opened this issue · 1 comments
I've been doing a port of lscache to use Lawnchair instead of always going to localStorage. However, when I hit the part of the code where she tries to put something into the cache and cannot because the storage mechanism is full, I hit a wall.
In glancing through the various Lawnchair adapters, it doesn't appear that many of them expect an error to occur when saving. And if they do, then it doesn't appear to me like there's a anything to catch the various storage mechanism specific errors and rethrow a uniform set of Lawnchair errors. Are there plans for this? Or is it already there and I'm just not seeing it.
BTW, the project is here (https://github.com/JohnMunsch/lccache) and other than the error handling, it works quite well so far.
Can't consistently do this b/c we don't know the storage limits of all the devices! Basically the rule of thumb today is 5mb http://dev-test.nemikor.com/web-storage/support-test/