0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/ext
Marvin Hagemeister 8d4eb2144f
fix(node): patch MessagePort in worker_thread message (#23871)
Our `MessagePort` to Node's `MessagePort` conversion logic was missing
the case where a `MessagePort` is sent _inside_ the message. This broke
`tinypool` which is used by `vitest` as it relies on some node specific
methods on `MessagePort`.

Fixes https://github.com/denoland/deno/issues/23854 , Fixes
https://github.com/denoland/deno/pull/23871
2024-05-21 23:50:43 +02:00
..
broadcast_channel 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
cache 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
canvas 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
console 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
cron 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
crypto 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
fetch 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
ffi 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
fs 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
http chore: bump deno_http version (#23866) 2024-05-21 23:50:31 +02:00
io 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
kv 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
napi 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
net 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
node fix(node): patch MessagePort in worker_thread message (#23871) 2024-05-21 23:50:43 +02:00
tls 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
url 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
web 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
webgpu 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
webidl 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
websocket 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
webstorage 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00