Describe the Bug
Trying to use timers while running in Node.js environment currently panics with: https://github.com/rustwasm/gloo/blob/2245cd9fde70ae35e3eebfa54e431077cffac2ea/crates/timers/src/callback.rs#L37
Steps to Reproduce
N/A
Expected Behavior
Timers work in Node.js environment.
Actual Behavior
Panic with error message: Only supported in a browser or web worker
Additional Context
Similar to #106
Describe the Bug
Trying to use timers while running in Node.js environment currently panics with: https://github.com/rustwasm/gloo/blob/2245cd9fde70ae35e3eebfa54e431077cffac2ea/crates/timers/src/callback.rs#L37
Steps to Reproduce
N/A
Expected Behavior
Timers work in Node.js environment.
Actual Behavior
Panic with error message:
Only supported in a browser or web workerAdditional Context
Similar to #106