当前位置:网站首页>Browser listens for tab closing
Browser listens for tab closing
2022-08-03 04:02:00 【Ashu Ashu】
Search for this question before and the answer is usually
window.onbeforeunload = function (e) {console.log('beforeunload')return 1;//Return whatever you want};But when I use it myself, I refresh or click the x of the tag to close it, and the prompt will still not pop up. Later, I found that I need to interact with the current interface to realize the function of closing the tab for prompting.Even the simplest click of an interface counts as interaction.
Hehehehehehe...fuck!
边栏推荐
猜你喜欢
随机推荐
SkiaSharp 之 WPF 自绘 五环弹动球(案例版)
一文了解SAP IBP是什么?
DC-3靶场搭建及渗透实战详细过程(DC靶场系列)
ESP8266-Arduino编程实例-LED点阵驱动(基于Max7219)
工程水文学知识点
js的组成及js样式
22 ES6 knowledge points
软件测试个人求职简历该怎么写,模板在这里
2022中国五金制品行业发展前景分析
ESP8266-Arduino编程实例-MAX6675冷端补偿K热电偶数字转换器驱动
利用索引机制进行绕过
path development介绍
计组错题集
寄存器(内存访问)
Chinese valentine's day??To the liver is the way!!!!!Auto. Js special position control method
硬件设计哪些事-PCB设计那些事
DOM破环和两个实验的复现
【leetcode热题Hot100】——任务调度器
urlencode 和rawurlencode的区别
高等代数_证明_矩阵乘以自身的转置的特征值不小于0









