deno/runtime/ops
David Sherret d527b63575
fix(workers): importScripts concurrently and use a new reqwest::Client per importScripts (#23699)
1. We were polling each future in sequence, so this meant it was
fetching scripts in sequence.
2. It's not safe to share `reqwest::Client` across tokio runtimes
(https://github.com/seanmonstar/reqwest/issues/1148#issuecomment-910868788)
2024-05-05 10:07:21 -04:00
..
os chore: upgrade deno_core to 0.274.0 (#23344) 2024-04-12 21:45:38 +02:00
web_worker fix(workers): importScripts concurrently and use a new reqwest::Client per importScripts (#23699) 2024-05-05 10:07:21 -04:00
bootstrap.rs fix(cli): unbreak extension example and fix __runtime_js_sources (#22906) 2024-03-14 04:23:37 +01:00
fs_events.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http.rs feat(unstable): remove Deno.upgradeHttp API (#21856) 2024-01-22 21:35:39 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
permissions.rs refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00
process.rs chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
runtime.rs fix(runtime): return number from op_ppid instead of bigint (#22169) 2024-01-30 15:34:31 +09:00
signal.rs fix(runtime): Restore default signal handler after user handlers are unregistered (#22757) 2024-03-11 10:22:28 -07:00
tty.rs chore: upgrade deno_core (#22725) 2024-03-06 15:08:10 -08:00
utils.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
web_worker.rs Reland refactor(cli): use new sanitizer for resources (#22226) 2024-02-05 12:21:29 -07:00
worker_host.rs fix(ext/node): support MessagePort in WorkerOptions.workerData (#22950) 2024-03-16 01:59:18 +01:00