some tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user