Skip to content

support multiple workers

fd6cec8
Select commit
Loading
Failed to load commit list.
Merged

feat(browser): Add debugId sync APIs between web worker and main thread #16981

support multiple workers
fd6cec8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 16, 2025 in 5s

No new alerts in code changed by this pull request

Annotations

Check warning on line 12 in dev-packages/e2e-tests/test-applications/browser-webworker-vite/src/worker2.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing origin verification in `postMessage` handler Medium test

Postmessage handler has no origin check.

Check warning on line 12 in dev-packages/e2e-tests/test-applications/browser-webworker-vite/src/worker3.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing origin verification in `postMessage` handler Medium test

Postmessage handler has no origin check.