bevacqua / local-storage

:left_luggage: A simplified localStorage API that just works
https://ponyfoo.com
MIT License
523 stars 62 forks source link

Make it work inside iframe #39

Open filipkis opened 1 year ago

filipkis commented 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.

This PR introduces a more robust way of checking.