BabylonNative
BabylonNative copied to clipboard
Implement clearTimeout in Window polyfill
We should implement the clearTimeout function. This would enable the use of timeouts in Mocha.js tests. This should probably be done once #843 is finished, since that work will change the implementation of setTimeout.
Related: https://github.com/BabylonJS/BabylonNative/pull/844
Implemented in https://github.com/BabylonJS/BabylonNative/pull/1146.