deno/ext
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
..
broadcast_channel chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
cache chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
canvas chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
console chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
cron chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
crypto chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
fetch chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
ffi chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
fs chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
http chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
io chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
kv chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
napi chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
net chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
node fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933) 2024-03-15 17:24:13 -07:00
tls chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
url chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
web fix(ext/node): support MessagePort in WorkerOptions.workerData (#22950) 2024-03-16 01:59:18 +01:00
webgpu chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
webidl chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
websocket chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
webstorage chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00