fage
Results
2
issues of
fage
当在浏览器禁用localstorage的情况下会报以下错误 Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document. chrome下可以用以下方式禁用 设置 -> 内容设置 -> 禁用cookie(同时也禁用了localstroage) 虽然覆盖场景很小,但是确实有渠道反馈这样的问题。希望在禁用localstorage的情况下能将数据保存在一个变量中,至少让页面能打开。
in progress
` const qq = new QQ({ app: { login: QQ.LOGIN.PWD, }, auth: { u: 'qq号', p: '密码', }, }) ` 会有下面报错 [Mon Jul 09 2018 15:13:46 GMT+0800 (CST)] ERROR Login...
blame tencent