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
/
ext
/
web
/
02_timers.js
Age
Commit message (
Expand
)
Author
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-08-29
fix: reland async context (#25140)
snek
2024-08-02
Revert "feat: async context" (#24856)
snek
2024-08-02
feat: async context (#24402)
snek
2024-07-09
fix: do not return undefined for missing global properties (#24474)
snek
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-16
chore(ext/web): refactor timer ops before landing op sanitizer (#22435)
Matt Mastracci
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-24
chore: ensure that each op provided to ensureFastOps is only used once (#21689)
Matt Mastracci
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-09
perf: remove knowledge of promise IDs from deno (#21132)
Matt Mastracci
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-10
fix(ext/timers): some timers are not resolved (#20055)
Bartek Iwańczuk
2023-06-14
perf(web): optimize timer resolution (#19493)
Bartek Iwańczuk
2023-06-14
perf: don't run microtask checkpoint if macrotask callback did no work (#19492)
Bartek Iwańczuk
2023-06-06
refactor(core): ensureFastOps is an op-generating proxy (#19377)
Matt Mastracci
2023-05-22
fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)
Bartek Iwańczuk
2023-05-22
fix(ext/web): improve timers resolution for 0ms timeouts (#19212)
Bartek Iwańczuk
2023-05-01
refactor: migrate async ops to generated wrappers (#18937)
Bartek Iwańczuk
2023-04-14
fix(core): Use safe primordials wrappers (#18687)
Kenta Moriuchi
2023-04-02
chore: Turn back on dlintPreferPrimordials (#17715)
Kenta Moriuchi
2023-03-31
perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)
Divy Srivastava
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-17
perf(ext/web): optimize timer cancellation (#16316)
Divy Srivastava
2022-09-22
feat(ops): Automatic fast ops creation (#15527)
Aapo Alasuutari
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-09-02
fix(ext/timers): create primordial `eval` (#15110)
Garcia
2022-08-28
perf: use fast api for op_now (#15643)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-07-22
Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)
Divy Srivastava
2022-07-22
feat(ops): V8 Fast Calls (#15122)
Divy Srivastava
2022-06-13
Remove unstable Deno.sleepSync (#14719)
Ryan Dahl
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-03-19
refactor: cleanup assert() & AssertionError definitions (#13859)
Leo Kettmeir
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella