Safari in private browsing mode throws error
Created by: i8ramin
Hey guys, it seems like Safari disables local/session storage when in private browsing mode. This causes angular apps to fail when trying to use the store methods. The error thrown:
Error: QuotaExceededError: DOM Exception 22
It would be nice to fall back to cookies in this instance or at least catch the error and do something with it.