diff options
author | Marvin Hagemeister <marvin@deno.com> | 2024-05-20 15:01:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 15:01:40 +0200 |
commit | d7709daaa09ebd40b5756a2ce6d3e1c0c3bf7984 (patch) | |
tree | d6e1eea4ebbab74a3fa5579127e3cc13952c1dbc /ext/webgpu/command_encoder.rs | |
parent | 927cbb5ecde7581fd80ce4c6ed013ba4e742d5df (diff) |
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
Diffstat (limited to 'ext/webgpu/command_encoder.rs')
0 files changed, 0 insertions, 0 deletions