-
Reproduce
- Version: Deno 2.0.3 (also on `1.46.3`)
- MacOS
- deno repl (normal run is different)
- no permissions should be needed
`deno`
```js
> import "https://raw.githubusercontent.com/j…
-
I am using a gopherjs binary with [QuickJS](https://github.com/bellard/quickjs), which uses `globalThis` for its global. I wonder if it's possible to support `globalThis` in the prelude to work out of…
-
### Question and Steps to reproduce
antdChunk.a14eb74f.js:21 Uncaught ReferenceError: globalThis is not defined
at antdChunk.a14eb74f.js:21
浏览器版本:版本 70.0.3538.110(正式版本) (32 位)
### Relevant l…
-
### What version of Bun is running?
0.7.3
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
Properties from the context are not available…
-
Sentry Issue: [METAMASK-X6J4](https://metamask.sentry.io/issues/4400958320/?referrer=github_integration)
```
Error: LavaMoat - property "opr" of globalThis is inaccessible under scuttling mode. To…
-
See https://nodejs.org/api/globals.html#websocket
The if statement in api.js globalThis.WebSocket doesn't work as intended in recent node versions.
-
Currently in v12, Quench gets depreciation warnings for using `globalThis.mergeObject`:
```
Error: You are accessing globalThis.mergeObject which must now be accessed via foundry.utils.mergeObject…
-
Hey thanks for the plugin, it's so useful !
I recently updated to v56 and was surprised about one suggestion. It's very common to have
```js
const isServer = typeof window === 'undefined';
con…
-
In the persistent world I got this in the console:
```
> globalThis
ReferenceError: globalThis is not defined
at eval (eval at (_console1726734043946_0:1:46), :2:1)
at _console17267340…
Zomis updated
1 month ago
-
> Node.js 에서는 window가 아니라 global이기 때문입니다. 타입스크립트에서 정확하게 타이핑하지 못한 이유도 실행 환경에 따라 this가 변하기 때문입니다.
여기에 관련해서 제안사항이 있습니다.
다음과 같이 globalThis를 이용하면 환경에 상관없이 this가 전역 this에 바인딩 되므로 이 문제가 해결될 수 있을 것 같다고 생각…