some tests

This commit is contained in:
2023-06-01 22:02:03 +02:00
parent e3515901e4
commit 65a6312b8e
9 changed files with 153 additions and 40 deletions
+6 -4
View File
@@ -1,4 +1,6 @@
setTimeout(() => {
window.stop();
console.log("window stopped");
}, 4 * 1000);
export function setWindowStop() {
setTimeout(() => {
window.stop();
//throw new Error("window stopped");
}, 4 * 1000);
}