Files
bun.sh/test/js/web/workers
Claude Bot c1da935e5e fix(test): update worker-fixture-argv.js for new parentPort behavior
The fixture was using `globalThis.addEventListener` first (which is
available in worker threads), but with the new MessagePort-based
parentPort, messages from `worker.postMessage()` now correctly go to
parentPort rather than self.onmessage. Updated the fixture to
explicitly check for parentPort availability first.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 00:42:01 +00:00
..
2025-05-14 18:58:24 -07:00