Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-03 | refactor(tests): move worker_threads itests to spec tests (#23648) | Satya Rohith | |
2024-04-03 | fix(ext/node): patch MessagePort if provided as workerData (#23198) | Satya Rohith | |
MessagePort if directly assigned to workerData property instead of embedding it in an object then it is not patched to a NodeMessagePort. This commit fixes the bug. | |||
2024-04-02 | fix(ext/node): MessagePort works (#22999) | Satya Rohith | |
Closes https://github.com/denoland/deno/issues/22951 Closes https://github.com/denoland/deno/issues/23001 Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> |