美文网首页
systrace 生成 trace.html,打开后一片空白

systrace 生成 trace.html,打开后一片空白

作者: 青禾tester | 来源:发表于2019-05-19 21:43 被阅读0次

systrace 生成 trace.html,打开后一片空白

报错:

VM29 trace.html:6544 Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
方法1:

(1) python2 -m CGIHTTPServer #开一个http服务
(2) 打开localhost://8000,查看trace.html

方法2:

https://github.com/apollographql/apollo-client-devtools/issues/106
具体操作:chrome-设置-高级-网站设置-Cookie-取消勾选『阻止第三方Cookie』

相关文章

网友评论

      本文标题:systrace 生成 trace.html,打开后一片空白

      本文链接:https://www.haomeiwen.com/subject/szhczqtx.html