Home / outputframe-app / injects / window-stop.ts
export function setWindowStop() { setTimeout(() => { window.stop(); //throw new Error("window stopped"); }, 4 * 1000); }