gpt4 book ai didi

javascript - 是否可以在 window.onPopState 中使用 e.preventDefault?

转载 作者:可可西里 更新时间:2023-11-01 01:38:05 27 4
gpt4 key购买 nike

我试图阻止用户返回我的网络应用程序。为此,我尝试捕捉 window.onpopstate 并添加 e.preventDefault 以取消后退按钮效果。

但这似乎并没有发生。

window.addEventListener('popstate',function(e){ 
console.log(e); e.preventDefault();
});

难道不能阻止浏览器的popstate事件吗?还是我做错了什么?

最佳答案

根据这个documentation , popstate 事件是不可取消的:

Specification: HTML5
Interface: PopStateEvent
Bubbles: Yes
Cancelable: No
Target: defaultView
Default Action: None

关于javascript - 是否可以在 window.onPopState 中使用 e.preventDefault?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32432296/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com