4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
setTimeout(() => {
|
|
window.stop();
|
|
console.log("window stopped");
|
|
}, 4 * 1000); |