main
fix(node): propagate source thread id to `process` `workerMessage` event (#35374)
refactor(tests): move worker_threads itests to spec tests (#23648)
fix: send BroadcastChannel messages before close (#34628)
fix(ext/web): support SharedArrayBuffer over BroadcastChannel (#34961)
fix(ext/node): provide CJS globals in worker_threads eval mode (#32266)
fix(ext/node): run worker_threads eval code in sloppy mode (#32428)
fix(ext/node): improve worker_threads path validation and error handling (#32791)
fix(ext/node): MessagePort.on('message') should deduplicate listeners (#33991)
fix(ext/node): add support for MessagePort.removeListener/off (#23598)
fix(ext/node): isolate parentPort from globalThis in worker_threads (#32596)
fix(ext/node): keep worker alive while holding a refed MessagePort (#34877)