in src/childWindowMonitor.ts [26:31]
function stop(id: string) { if (monitors[id]) { clearTimeout(monitors[id]); delete monitors[id]; } }