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.ts
Age
Commit message (
Expand
)
Author
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-09-20
js: reschedule global timer if it fires earlier than expected (#2989)
Bert Belder
2019-09-07
Update @typescript-eslint/* to v2.1.0 (#2878)
Yoshiya Hinosawa
2019-09-02
Refactor snapshot build (#2825)
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-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
port more ops to JSON (#2809)
Bartek Iwańczuk
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
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-07
use flatbuffer create functions to add fields (#2046)
Jonathon Orsi
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-12
Make timers act like normal ops
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
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-11-29
Upgrade to TypeScript 3.2
Kitson Kelly
2018-10-24
fix typos (#1083)
Joseph
2018-10-17
Optimization: Reuse ArrayBuffer during serialization.
Ryan Dahl
2018-10-14
Align JSDoc to style guide.
Kitson Kelly
2018-10-08
timers: fix clearTimer bug
Li Hao
2018-10-04
Rename fbs to msg.
Ryan Dahl
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-10-03
timers: implement timers in javascript
Bert Belder
2018-09-25
Add SetGlobalTimeout().
Ryan Dahl
2018-09-10
fbs_util.ts -> dispatch.ts
Ryan Dahl
2018-09-09
Remove namespace from src/msg.fbs
Ryan Dahl
2018-09-09
Map promises onto futures.
Ryan Dahl
2018-08-31
Refactor libdeno.send() code to reduce boilerplate.
Ryan Dahl
2018-08-25
Prevent circular imports in ts code (#576)
Francesco Borzì
2018-08-13
Use `@internal` with js/timers.ts
Kitson Kelly
2018-08-09
First pass at setTimeout with Tokio (#434)
Ryan Dahl
2018-07-24
Change copyrights to be 'Deno authors'.
Ryan Dahl
2018-07-06
Import ts file from prototype without change
Ryan Dahl