jQuery-Storage-API
jQuery-Storage-API copied to clipboard
jquery.storageapi.min.js:null is not an object (*)
Hi,
We're getting the following error whilst using Magento 2. It seems to only be an issue on Safari iPhone.
Do you have any ideas on what it could be please? It looks to be an issue with the delete in the else statement.
if (e.isArray(s[u]))
for (var c in s[u]) delete i[s[u][c]];
else delete i[s[u]];
return o.setItem(a, JSON.stringify(r)), !0
Thanks
Did you ever find a fix for this one?