summaryrefslogtreecommitdiff
path: root/js/timers.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-20js: reschedule global timer if it fires earlier than expected (#2989)Bert Belder
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-30clearTimeout's params should not be bigint (#2838)迷渡
2019-08-29setTimeout's params should not be bigint (#2834)迷渡
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port more ops to JSON (#2809)Bartek Iwańczuk
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-07-18fix timer's params length (#2655)迷渡
2019-06-18fix clearTimeout.name / clearInterval.name (#2540)迷渡
2019-06-17clearTimeout should convert to number (#2539)迷渡
2019-06-13forbidden to set `this` for setTimeout (#2511)迷渡
2019-06-11set setTimeout callback's this to window objectjustjavac
2019-04-07use flatbuffer create functions to add fields (#2046)Jonathon Orsi
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-12Make timers act like normal opsRyan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-01-26timers: use int instead of double for timeout type (#1469)bokuweb
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-11-29Upgrade to TypeScript 3.2Kitson Kelly
2018-10-24fix typos (#1083)Joseph
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-08timers: fix clearTimer bugLi Hao
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-10-03timers: implement timers in javascriptBert Belder
2018-09-25Add SetGlobalTimeout().Ryan Dahl
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-09-09Remove namespace from src/msg.fbsRyan Dahl
2018-09-09Map promises onto futures.Ryan Dahl
2018-08-31Refactor libdeno.send() code to reduce boilerplate.Ryan Dahl
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-13Use `@internal` with js/timers.tsKitson Kelly
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl