mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a71f114ba4
Close #37333 `clearTimeout` is patched by `zone.js`, and it finally calls the native delegate of `clearTimeout`, the current implemention only call `clearNative(id)`, but it should call on object `global` like `clearNative.call(global, id)`. Otherwise in some env, it will throw error `clearTimeout called on an object that does not implement interface Window` PR Close #37858
5.0 KiB
5.0 KiB