deno/runtime/ops
Bartek Iwańczuk 92576fdcfd
fix(ext/node): support MessagePort in WorkerOptions.workerData (#22950)
This commit fixes passing `MessagePort` instances to
`WorkerOptions.workerData`.

Before they were not serialized and deserialized properly when spawning
a worker thread.

Closes https://github.com/denoland/deno/issues/22935
2024-03-16 01:59:18 +01:00
..
os fix(os): total and free memory in bytes (#22247) 2024-02-05 18:41:24 +05:30
web_worker chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00: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