gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.33k stars 461 forks source link

Check if sessionStorage is supported on Safari #211

Closed krtek closed 8 years ago

krtek commented 8 years ago

Session storage in Safari in private mode is also throwing QUOTA_EXCEEDED_ERR: DOM Exception 22 error

krtek commented 8 years ago

Check both if sessionStorage and localStorage are supported