RobinCK / vue-ls

:boom: Vue plugin for work with local storage, session storage and memory storage from Vue context 🇺🇦
https://robinck.gitbooks.io/vue-storage/
MIT License
536 stars 49 forks source link

Support for cross-domain interaction using PostMessage API #118

Open agmt5989 opened 5 years ago

agmt5989 commented 5 years ago

I stumbled on this project while scouring the internet for cross-domain localStorage projects that integrate well with vue.js. I tried xdLocalStorage, with little success.

This here is definitely valuable, and a big thank you to you guys. Please is there a way for this to use the iFrame and PostMessage API to grant controlled cross-domain localStorage access, for those of us whose applications span multiple sub-domains?

Thank you.