我正在尝试打开systrace生成的HTML文件.当我点击一个块时,我用来获取所选的切片信息,如“持续时间”,“总时间”等.但是最新版本的chrome无法正常工作.
尝试了最新的chrome(ver.45),chrome beta(ver.46)和chrome Dev(ver.47)版本,我在所有版本中都看到了同样的问题.
Uncaught SecurityError: Failed to execute ‘pushState’ on ‘History’: A
history state object with URL
‘file:///C:/Users/ssundark/Desktop/vsync_off_default_sclk.html’ cannot
be created in a document with origin ‘null’.
最佳答案
我按照这里的指示修复了它:https://stackoverflow.com/a/13262673/1292598
原文链接:https://www.f2er.com/jquery/428359.html简而言之:使用–allow-file-access-from-files标志启动Chrome.