如何知道Firefox中的窗口关闭?

时间:2017-05-09 02:31:20

标签: javascript firefox

this post的此代码快照适用于最新的Chrome(v58),但不适用于Firefox(v53):

window.onbeforeunload = function () {
    return "Do you really want to close?";
};

在Chrome上,关闭标签时会弹出一个提醒。但是在Firefox上,标签只是关闭,没有警报。

为什么?如何知道Firefox中的窗口关闭?

0 个答案:

没有答案