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
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
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-29
fix(cli): Move WorkerOptions::deno types to unstable (#9163)
Nayeem Rahman
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-08
fix: Worker hangs when posting "undefined" as message (#8920)
yonatan ben avraham
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2021-01-07
fix: Use "none" instead of false to sandbox Workers (#9034)
Nayeem Rahman
2021-01-06
feat: Add configurable permissions for Workers (#8215)
Steven Guerrero
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman