mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
use beforeunload :3
This commit is contained in:
parent
e5a6092a25
commit
1af6240596
@ -183,10 +183,8 @@ function resumeProgress() {
|
||||
}
|
||||
}
|
||||
|
||||
video.addEventListener('timeupdate', () => {
|
||||
if (Math.floor(video.currentTime) % 5 === 0) {
|
||||
saveProgress();
|
||||
}
|
||||
window.addEventListener('beforeunload', () => {
|
||||
saveProgress();
|
||||
});
|
||||
|
||||
video.addEventListener('ended', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user