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
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-28
fix(runtime): feature-flag snapshot from snapshot (#16843)
Leo Kettmeir
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-10-26
perf(core): do not drive JsInspector by default (#16410)
Divy Srivastava
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-08-24
feat(unstable): add more permission checks for ext/node/ (#15581)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-08-10
refactor(runtime): split up `MainWorker` and `WebWorker`'s `preload_module` m...
David Sherret
2022-08-09
chore: temporarily disable `ext/node` and use unstable ops (#15438)
David Sherret
2022-08-09
feat: add ext/node for require support (#15362)
Bartek Iwańczuk
2022-07-11
refactor: rename run_basic to run_local (#15068)
cuobiezi
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-08
refactor: ensure exit code reference is passed to all workers (#14814)
Bartek Iwańczuk
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-05-10
fix(runtime/web_worker): Use biased select when getting module result (#14553)
Nayeem Rahman
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
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
[next]