为了账号安全,请及时绑定邮箱和手机立即绑定

使用postmessage报错,Failed to execute 'postMessage' on

使用postmessage报错,Failed to execute 'postMessage' on

交互式爱情 2019-03-30 16:19:27
使用postMessage发送跨域消息,window.postMessage('hello there!', location.protocol + '//a.b.com');但是报了下面的错误:Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://a.b.com') does not match the recipient window's origin ('http://c.e.com')请问是什么原因?
查看完整描述

2 回答

?
森栏

TA贡献1810条经验 获得超5个赞

otherWindow.postMessage(message, targetOrigin, [transfer]);
otherWindow:其他窗口的一个引用,比如iframe的contentWindow属性、执行window.open返回的窗口对象、或者是命名过或数值索引的window.frames。
otherWindow不能是当前窗口哦
参见MDN

查看完整回答
反对 回复 2019-04-09
  • 2 回答
  • 0 关注
  • 2240 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信