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
/
cli
/
tests
/
workers
Age
Commit message (
Expand
)
Author
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-07-28
fix: flaky worker test (#11540)
Bartek Iwańczuk
2021-07-27
test: make integration::workers::workers test inspectable (#11524)
Bartek Iwańczuk
2021-07-17
fix(workers): silently ignore non-existent worker IDs (#11417)
Andreu Botella
2021-07-10
fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353)
Andreu Botella
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-06-22
feat: transfer MessagePort between workers (#11076)
Luca Casonato
2021-06-18
fix: Worker accepts specifier as URL (#11038)
Bartek Iwańczuk
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-05-23
feat(extensions): BroadcastChannel WPT conformance
Ben Noordhuis
2021-05-18
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Yusuke Tanaka
2021-05-17
tests: fix broken tests on main (#10663)
Luca Casonato
2021-05-17
fix: static import permissions in dynamic imports
Luca Casonato
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-04-21
fix(#10302): flaky worker test (#10303)
Ryan Dahl
2021-04-20
fix(runtime): include HTTP op in WebWorker (#10207)
Satya Rohith
2021-04-19
fix(runtime): handle race condition in postMessage where worker has terminate...
Liam Murphy
2021-03-14
fix(runtime): do not require deno namespace in workers for crypto (#9784)
Casper Beyer
2021-03-08
fix(runtime/js): add navigator interface objects (#9685)
Nayeem Rahman
2021-03-05
fix(cli/tests): Fix flaky worker test (#9691)
Nayeem Rahman
2021-03-04
fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)
Nayeem Rahman
2021-02-26
feat(cli/source_map): Use top user frame for error source lines (#9604)
Nayeem Rahman
2021-02-23
refactor(core): Allow multiple overflown responses in single poll (#9433)
Inteon
2021-02-15
chore: Reorganise workers tests (#9493)
Bartek Iwańczuk
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-06
feat: Add configurable permissions for Workers (#8215)
Steven Guerrero