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
/
web_worker.rs
Age
Commit message (
Expand
)
Author
2022-04-21
feat(runtime): two-tier subprocess API (#11618)
Leo Kettmeir
2022-04-19
feat(ext/web): add globalThis.reportError() (#13799)
Nayeem Rahman
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-13
refactor(core/error): Clarify JsError message fields (#14269)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-03-22
feat(core): disableable extensions & ops (#14063)
Aaron O'Mullan
2022-02-15
chore(ext/timers): move ext/timers to ext/web (#13665)
Andreu Botella
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-17
fix: inspector prompts (#13123)
Bartek Iwańczuk
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-12-03
refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`
Leo Kettmeir
2021-11-29
fix(workers): Make `worker.terminate()` not immediately kill the isolate (#12...
Andreu Botella
2021-11-28
refactor: add deno_fetch::Options for init (#12904)
Ryan Dahl
2021-11-08
refactor: move `mod tokio_util` to runtime (#12332)
Bert Belder
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-11-01
feat(ext/fetch): support fetching local files (#12545)
Kitson Kelly
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-08
feat(runtime): allow passing extensions via Worker options (#12362)
Aaron O'Mullan
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-25
refactor: Remove unused code (#12210)
Ryan Dahl
2021-09-23
refactor: Remove depreated Worker::execute_module (#12203)
Ryan Dahl
2021-09-22
fix(workers): Don't panic when a worker's parent thread stops running (#12156)
Andreu Botella
2021-09-18
fix(core): prevent multiple main module loading (#12128)
Bartek Iwańczuk
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-25
refactor: cleanup Inspector and InspectorServer implementations (#11837)
Bartek Iwańczuk
2021-08-20
refactor: fix typo in web_worker.rs (#11792)
Ikko Ashimine
2021-08-18
fix(runtime): event loop panics in classic workers (#11756)
Luca Casonato
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-10
refactor: --unsafely-ignore-certificate-errors (#11629)
Bartek Iwańczuk
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-07-30
chore(core): use oneshot channel in mod_evaluate() (#11556)
Ben Noordhuis
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-07-28
feat(extensions/fetch): extend init options (#11528)
Satya Rohith
2021-07-22
fix: support --cert flag for tls connect APIs (#11484)
Luca Casonato
2021-07-12
refactor: deno_http op crate (#11335)
Luca Casonato
2021-07-11
Revert "Remove unstable native plugins (#10908)"
Ryan Dahl
2021-07-08
feat(core): return v8::Value from JsRuntime::execute_script (#11129)
Bartek Iwańczuk
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-07-05
refactor: asynchronous blob backing store (#10969)
Jimmy Wärting
2021-07-02
Remove unstable native plugins (#10908)
Bartek Iwańczuk
2021-06-30
feat(inspector): improve inspector prompt in Chrome Devtools (#11187)
Bartek Iwańczuk
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-22
feat: transfer MessagePort between workers (#11076)
Luca Casonato
2021-06-22
feat(fetch): add programmatic proxy (#10907)
Tomofumi Chiba
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
[next]