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