标签: reactjs websocket
我要在用户关闭浏览器选项卡/窗口时注销用户
我已经尝试过此代码,但是即使刷新浏览器也无法实现
window.onbeforeunload = function() { return "Are you sure to close without logout"; };
是否只有在用户关闭浏览器选项卡/窗口时才刷新事件,而不刷新浏览器?
预先感谢