简体   繁体   中英

Chrome Frame error in IE (mutation observers)

Im using Google Chrome Frame in IE and the mutation-summary library. I have checked the google site and I do not see anything mentioning a lack of support for mutation observers. the error is on line 143 of the tree_mirror.js file.

 this.knownNodes = new MutationSummary.NodeMap;

and the error message from IE debugging is

SCRIPT5009: 'MutationSummary' is undefined 
tree_mirror.js, line 143 character 3

Does anyone have any insight into this? I cant seem to find anything that states chrome frame does not support mutation observers

看来问题出在Chrome框架未初始化,并且此错误消息来自IE而非chrome引擎。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM