# terminate-javascript **Repository Path**: mirrors_jimmywarting/terminate-javascript ## Basic Information - **Project Name**: terminate-javascript - **Description**: Like `process.stop()` in NodeJS but for browsers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-13 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Terminate all JavaScript on a page Like `process.stop()` in NodeJS but for browsers (Without reloading the page). Stopping all execution in browsers main thread isn't easy. You need to manually clean up everything after yourself. And there isn't any easy way to GC everything or terminating a running `