Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): Update timers for limited execution environments
In limited execution environments the setTimeout/clearTimeout functions need to be delegated to, rather than stored as references, otherwise an Illegal Invocation error is thrown by the runtime. Closes #1519
- Loading branch information