【发布时间】:2017-02-21 19:40:53
【问题描述】:
我正在打电话
parent.postMessage(obj, 'whatever');
来自 iframe,我收到此错误:Uncaught DOMException: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
【问题讨论】:
-
如果结构化克隆算法无法复制某些内容,这种情况总是会发生。
window.postMessage使用此算法。有关详细信息,请参阅我的 answer with solution and detailed explanation why it happans。
标签: javascript iframe postmessage