You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, node-cron depends on child_process to execute string-based commands, which prevents it from being used in browser environments.
I propose completely removing the child_process dependency to enhance browser compatibility and make node-cron more versatile across different platforms.