akumaGouki
Actually i'm using webstorage with CocoonJS and I have no issues.
This is the way I use it :
Store in Webstorage :
Set Local value -> Key "YourKeyName" -> YourArray.AsJSON
to load it in your array :
JSON Load -> Webstorage.LocalValue("YourKeyName")
Hope it will help.