Overview of Croner features and compatibility
masterCroner is a zero-dependency cron implementation for JavaScript and TypeScript that supports:
- Platforms: Node.js (>=18.0), Deno (>=2.0), Bun (>=1.0.0), and Browsers (Standalone, UMD, or ESM).
- Compliance: OCPS 1.0-1.4 (supports seconds, years,
L,W,#, and+logic). - Capabilities: Timezone support, built-in overrun protection, error handling, and support for asynchronous functions.
- Lifecycle: Ability to pause, resume, or stop scheduled tasks.
- Environment: Operates in-memory with no external database requirements.