jQuery-Storage-API icon indicating copy to clipboard operation
jQuery-Storage-API copied to clipboard

jquery.storageapi.min.js:null is not an object (*)

Open gavinlimely opened this issue 3 years ago • 1 comments

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

gavinlimely avatar Aug 26 '21 08:08 gavinlimely

Did you ever find a fix for this one?

danielgoodwin97 avatar Apr 08 '22 10:04 danielgoodwin97