Open lucacasonato opened 3 years ago
The quota exceed check can be possibly optimized by caching the initial table size in a counter and incrementing bytes to the counter at every setItem() call instead of querying for size.
@littledivy That doesn't work for multi process.
I assume there is some optimization potential in our localstorage implementation.