Opera: Can't get load event from window.open()

依然范特西╮ 提交于 2019-12-01 23:34:38

this seems to be a known bug in Opera - I've pushed the internal bug report (CORE-46278) a little bit forward.

The only workaround I can think of is adding callbacks from the popup contents - type opener.popupLoaded(). This may however offer a performance advantage too - you can start interacting with the popup when its script environment is ready and the script you want to talk to is running, rather than waiting for the load event.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!