mirror of
https://github.com/denoland/deno.git
synced 2025-09-22 10:22:34 +00:00
![]() Follow up to https://github.com/denoland/deno/pull/29543 that does the same for `self` global. Unfortunately this omission led to a problem described in https://github.com/denoland/deno/issues/29726 where packages started thinking that they are being run in a web worker context (because they are!) but the expected "self" global is not there. |
||
---|---|---|
.. | ||
__test__.jsonc | ||
main.out | ||
main.ts | ||
worker1.ts | ||
worker2.ts | ||
worker3.ts | ||
worker4.mjs | ||
worker5.mjs |