This repository has been archived by the owner on May 27, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use window.setTimeout instead of setTimeout
Node.js' setTimeout returns entire Timer object and after upgrade the TypeScript considered setTimeout returns NodeJS.Timer object instead of a number. Changing to use window.setTimeout to distinguish with Node.js. See more details: microsoft/TypeScript#842
- Loading branch information