index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
timers_test.ts
Age
Commit message (
Expand
)
Author
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-08-30
clearTimeout's params should not be bigint (#2838)
迷渡
2019-08-29
setTimeout's params should not be bigint (#2834)
迷渡
2019-07-18
fix timer's params length (#2655)
迷渡
2019-06-18
fix clearTimeout.name / clearInterval.name (#2540)
迷渡
2019-06-17
clearTimeout should convert to number (#2539)
迷渡
2019-06-13
forbidden to set `this` for setTimeout (#2511)
迷渡
2019-06-11
set setTimeout callback's this to window object
justjavac
2019-04-21
Fix eslint warnings (#2151)
Ryan Dahl
2019-04-21
Fix flaky tests (#2164)
Ryan Dahl
2019-04-17
Fix flaky tests (#2139)
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-03-06
Upgrade deno_std (#1892)
Ryan Dahl
2019-01-26
timers: use int instead of double for timeout type (#1469)
bokuweb
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2018-10-11
timers: align unit tests with others
Li Hao
2018-10-08
timers: add test for clearTimer bug #942
Bert Belder
2018-10-05
Changed tools/lint.py to lint the entire js and tests directories. (#900)
Chris Bystrek
2018-10-03
Update timer test to use #497 test case
Andy Hayden
2018-10-03
timers: add some more unit tests
Li Hao
2018-10-03
timers: implement timers in javascript
Bert Belder
2018-09-25
Add SetGlobalTimeout().
Ryan Dahl
2018-09-16
Remove remove_timer asserts (#760)
Kevin (Kun) "Kassimo" Qian