Closed davidesigner closed 5 years ago
Hi, when a user disable all cookies from his Safari preferences, an error "SecurityError: The operation is insecure." is thrown at this line: export const local = storageFactory(localStorage);.
export const local = storageFactory(localStorage);
Have you any solution to fix it?
Thanks for your code!
Sorry for the late fix and thank you for letting me know!
Hi, when a user disable all cookies from his Safari preferences, an error "SecurityError: The operation is insecure." is thrown at this line:
export const local = storageFactory(localStorage);
.Have you any solution to fix it?
Thanks for your code!