elgerlambert / redux-localstorage

Store enhancer that syncs (a subset) of your Redux store state to localstorage.
MIT License
1.32k stars 107 forks source link

redux-sessionstorage exceeded quota on private mode for Safari. #74

Open ravinpatel opened 7 years ago

ravinpatel commented 7 years ago

Sorry couldn't find the issues tab on the 'redux-sessionstorage' repo. When using private mode on Safari the max quota for session storage is set to 0, therefore it is unavailable.

Wondering if you guys are going to make a fix for this or if I should do the extra work to handle this.

The error:

[Error] QuotaExceededError: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.