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』
网友评论