|
It fails when trying to add to localStorage the following deflated value:
"‹®VÊLQ²:J9‰•©E@”¡£”œ_ZTœ
2jc"
I get "Invalid argument." Note there is a return character there so not sure if that's messing it up.
This came from the string:
"[{"id":"id","player":"player","course":"course"}]"
Any ideas why that would be? Nothing in that string seems odd. It does work for some other strings I've done.
|