Files
code-editor/app/elements/output-frame/injects/window-stop.txt
T
2022-03-21 17:43:17 +01:00

4 lines
86 B
Plaintext

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