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