How do I solve the following error?
QuotaExceededError: DOM Exception 22"
This happens while I am trying to read the localStorage and set the data to the header.
I am using Angular 2 client side with TypeScript.
How do I solve the following error?
QuotaExceededError: DOM Exception 22"
This happens while I am trying to read the localStorage and set the data to the header.
I am using Angular 2 client side with TypeScript.
Are you running the code in private or incognito mode. As far as i know Safari does not allow access to localstorage when in private mode. Perhaps you will find this answer helpful.