SIGN IN SIGN UP
denoland / deno UNCLAIMED

A modern runtime for JavaScript and TypeScript.

0 0 16 Rust

fix: load classic blob worker main script directly (#34592)

## Summary

- Load classic worker main scripts by their resolved URL instead of
importing `#` from the synthetic worker eval script.
- Add regression coverage for blob URL classic workers: normal Deno
rejects them immediately, while the testing-enabled classic path can
postMessage back to the parent.

## Tests

- `CARGO_INCREMENTAL=0 cargo test -p specs_tests --test specs --
classic_worker_blob_url`

Closes denoland/orchid#337

Co-authored-by: divybot <divybot@users.noreply.github.com>
Co-authored-by: Divy Srivastava <me@littledivy.com>
E
em committed
b4cdf8e9c6a484b8d5fbaeb7ccc1f9f8ca77751b
Parent: 5c6094e
Committed by GitHub <noreply@github.com> on 5/31/2026, 4:45:04 AM