vue 项目 ios 下报这个错 有人遇到过么。。QuotaExceededError (DOM Exception 22): The quota has been exceeded.session storage 里会产生这样的信息。。是不是跟这些有关系
QuotaExceededError (DOM Exception 22): The quota has been exceeded.
光阴似箭催人老,日月如移越少年。
ios 隐私模式下 会限制 localstorage 和 sessionstorage 的使用 测试的时候最好看下当前浏览器所处的模式。代码里也要判断 当前是否隐私模式 。告知用户切换模式才能正常使用
ios 隐私模式下 会限制 localstorage 和 sessionstorage 的使用 测试的时候最好看下当前浏览器所处的模式。代码里也要判断 当前是否隐私模式 。告知用户切换模式才能正常使用