simple-window-saver icon indicating copy to clipboard operation
simple-window-saver copied to clipboard

Quota of LocalStorage exceeded

Open christianrank opened this issue 1 year ago • 1 comments

I have around 380 Tabs saved in about 10 windows, which should be absolutely no problem, but suddenly the extension stopped working completely.

Error handling response: Error: Failed to set a named property on 'Storage': Setting the value of 'Window' exceeded the quota.
    at storeWindow (chrome-extension://fpfmklldfnlcblofkhdeoohfppdoejdc/background.js:149:22)
    at saveWindow (chrome-extension://fpfmklldfnlcblofkhdeoohfppdoejdc/background.js:133:3)
    at chrome-extension://fpfmklldfnlcblofkhdeoohfppdoejdc/popup.js:93:36

It should use another way of storage, LocalStorage is not made for anything this large.

christianrank avatar Oct 06 '23 17:10 christianrank