angular-2-local-storage
angular-2-local-storage copied to clipboard
IE adding addional double quote
trafficstars
Hi there,
I have noticed this application storing all values with double quotes in IE regardless of the type of the variable unlike chrome, where the values are saved as its type. This is creating issue for me to share the value with other sub-domain applications.
Even though session storage keys are same, angular-2-local-storage returning null for values set by other application.
Chrome output

IE output

Any helps appreciated!
Thanks in advance, Sadik
Hi there, are you sure that isn't just how they're being displayed? I haven't got access to IE to check, some more info would be useful.
Thanks!