Files
code-editor/outputframe-app/injects/window-stop.ts
T

4 lines
86 B
TypeScript

setTimeout(() => {
window.stop();
console.log("window stopped");
}, 4 * 1000);