mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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.
7 lines
44 B
Text
7 lines
44 B
Text
[UNORDERED_START]
|
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
[UNORDERED_END]
|