Javascript 'onunload' event not working in latest Version '54.0.2840.71 m' of Google Chrome browser

北战南征 提交于 2019-12-06 15:53:43

I'm guessing that the event is actually called (as I can add breakpoints and do just about anything else in it) and that window.opener.location.reload() is just being ignored / prevented by this commit: https://chromium.googlesource.com/chromium/src/+/8fb70277dba468aac9d2eae51e432d76667a79db

I've created a bug as well (https://bugs.chromium.org/p/chromium/issues/detail?id=660496) as I'm afraid your bug will be closed due to the previously mentioned discrepancy.

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