Closed
Description
Describe the Bug
Trying to use timers while running in Node.js environment currently panics with:
gloo/crates/timers/src/callback.rs
Line 37 in 2245cd9
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