我必须通过此window.location.href
的每个iframe
事件来获取load
中的iframe
。它将在混合应用(CEF)中使用,而不是在Web中使用,因此安全性应该不是问题。
那么,有可能做到这一点吗?
命令open -a Google\ Chrome --args --disable-web-security --user-data-dir
对我没有任何改变(我可以看到带有警告的Chrome标签,因此应用了标记)。
frame.contentDocument
是null
。
frame.contentWindow.location.href
包含以下错误消息:
ERROR DOMException:阻止了具有原点的帧 通过访问跨域框架获得“ http://localhost:4200”。
Localhost-因为我目前正在Angular开发应用中对其进行测试。
谢谢!