When the user has blocked cookies and data in chrome, this error occurs:
Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
This is a result of trying to read window.localStorage.length in feature.js line 150.
An error is thrown whenever the localStorage property on window is accessed.
When the user has blocked cookies and data in chrome, this error occurs:
Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
This is a result of trying to read
window.localStorage.length
infeature.js
line 150. An error is thrown whenever thelocalStorage
property onwindow
is accessed.