phenomnomnominal / angular-2-local-storage

LocalStorageService for Angular 2 with the same API as angular-local-storage
MIT License
93 stars 49 forks source link

IE adding addional double quote #45

Open mohammed-sadik opened 7 years ago

mohammed-sadik commented 7 years ago

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 image

IE output image

Any helps appreciated!

Thanks in advance, Sadik

phenomnomnominal commented 7 years ago

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!