Open filipkis opened 1 year ago
Local storage doesn't work in iframe when iframe is loaded cross domains. Additionally, any call to window.localStorage throws an error. Which means that current way of check if localStorage is available would break.
window.localStorage
This PR introduces a more robust way of checking.
Local storage doesn't work in iframe when iframe is loaded cross domains. Additionally, any call to
window.localStorage
throws an error. Which means that current way of check if localStorage is available would break.This PR introduces a more robust way of checking.