调试 iframe contentWindow 时 Chrome 开发工具崩溃
Posted
技术标签:
【中文标题】调试 iframe contentWindow 时 Chrome 开发工具崩溃【英文标题】:Chrome dev-tools crashes when debugging iframe contentWindow 【发布时间】:2017-01-11 21:43:25 【问题描述】:我正在尝试调试 iframe 的 contentWindow
,但每次我尝试在 chrome 59 dev-tools
上查看 contentWindow
对象时,页面都会崩溃。
将contentWindow
属性悬停在断点上或单击控制台记录的对象时会发生这种情况。
我正在使用 ReactJS,所以我创建了一个反应小提琴,尽管我认为这无关紧要。
Fiddle to reproduce:
-
打开开发工具
点击“试用”
单击
console.logged
对象。
有没有办法避免崩溃?
【问题讨论】:
这似乎在 Canary 中已修复。我试图在跟踪器上找到一个关于它的错误,但还没有找到任何东西。 【参考方案1】:由于新的context selection,这似乎已在 chrome 60 上得到修复。功能
【讨论】:
以上是关于调试 iframe contentWindow 时 Chrome 开发工具崩溃的主要内容,如果未能解决你的问题,请参考以下文章
在 vba 中获取 iframe 的 Contentwindow - 访问被拒绝/权限被拒绝
为啥 iframe.contentWindow == null?