1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Marvin Hagemeister d7709daaa0
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-20 15:01:40 +02:00
..
broadcast_channel chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
cache chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
canvas chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
console chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
cron chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
crypto chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
fetch chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
ffi chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
fs chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
http chore: bump deno_http version (#23866) 2024-05-17 15:50:49 +00:00
io chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
kv chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
napi chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
net chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
node fix(node): patch MessagePort in worker_thread message (#23871) 2024-05-20 15:01:40 +02:00
tls chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
url chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
web chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webgpu chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webidl chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
websocket chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webstorage chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00