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
/
runtime
/
js
/
11_workers.js
Age
Commit message (
Expand
)
Author
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-07
feat(ext/node): ref/unref on workers (#22778)
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-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-19
fix(ext,runtime): add missing custom inspections (#21219)
Kenta Moriuchi
2023-07-31
fix: call setIsTrusted for generated events (MessageEvent) (#19919)
Ricardo Iván Vieitez Parra
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-05-01
refactor(webidl): move prefix & context out of converters options bag (#18931)
Leo Kettmeir
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
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-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-24
experiment(ext/web): Don't expose event classes during the bootstrap phase (#...
Andreu Botella
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-08
refactor: deduplicate `defineEventHandler` util (#12367)
Andreu Botella
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-09-30
fix: worker environment permissions should accept an array (#12250)
David Sherret
2021-09-25
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
李瑞丰
2021-09-06
Don't drop messages from workers that have already been closed (#11913)
Andreu Botella
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-09
feat(extensions/web): add structuredClone function (#11572)
Leo K
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-08-06
revert: allow URL for permissions (#11600)
Bartek Iwańczuk
2021-08-06
feat(runtime): allow URL for permissions (#11578)
Leo K
2021-07-03
refactor: use primordials in runtime/, part1 (#11241)
Bartek Iwańczuk
2021-06-22
feat: transfer MessagePort between workers (#11076)
Luca Casonato
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-05-28
feat(cli): upgrade to TypeScript 4.3 (#9960)
Kitson Kelly
2021-05-18
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Yusuke Tanaka
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-03-21
refactor(runtime/permissions): Rename permission structs (#9841)
Nayeem Rahman
[next]