You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
when i use vue-ls package in my project(with vue-cli), it will throw error when Firefox opens.The error like "SecurityError: The operation is insecure." And, it is OK in Chrome and Opera.
version msg:
Firefox: 76.0.1 (64-bit)
Os: mac os catalina 10.15.2
vue-ls: 3.2.1
my code
// main.jsimportVuefrom'vue';importVueLsfrom'vue-ls';constoptions={namespace: 'test__',// key prefixname: 'ls',// name variable Vue.[ls] or this.[$ls],storage: 'local',// storage name session, local, memory};Vue.use(VueLs,options);
Hope for your help :)
The text was updated successfully, but these errors were encountered:
Some browsers disabling localStorage/sessionStorage in private mode, you can run a test and catch the exception before library initialization Feature-detecting localStorage
hello,
when i use
vue-ls
package in my project(with vue-cli), it will throw error when Firefox opens.The error like "SecurityError: The operation is insecure." And, it is OK in Chrome and Opera.version msg:
my code
Hope for your help :)
The text was updated successfully, but these errors were encountered: