-
### Describe the bug
Originally reported at https://github.com/vitest-dev/vitest/issues/5569. I think I've seen 2-3 similar reports in the past too.
When a file is SSR transformed in Vite, debug…
-
```javascript
const quoteless = new Proxy({}, {
get(_, key) {
if(key === Symbol.unscopables) return {}
if(key === "__global") return globalThis
return `${key} `
},
has(_…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Condu…
-
In browsers, deno, bun, workers and other runtimes, `globalThis` implements the Web platform standard `EventTarget` API. While there are differences in the specific events emitted at the global scope,…
-
**Describe the bug**
First, the TypeScript hints are inaccurate -- `Blob` is not acceptable; it needs to be a stream. Next, using the technique to convert a `Blob` to a `Readable` in #141 results in a…
-
Not sure if this project is still maintained, but just in case:
Deno 2.0 no longer allows the `window` global variable.
```
error: Uncaught (in promise) ReferenceError: window is not defined
i…
-
See https://github.com/ably/ably-js/pull/1369#discussion_r1261653679
┆Issue is synchronized with this [Jira Story](https://ably.atlassian.net/browse/ECO-4168) by [Unito](https://www.unito.io)
-
## Steps to reproduce
```node.js
const XMLDom = require('xmldom-ts');
```
## Expected result:
No error.
## Actual result
```node.js
ReferenceError: globalThis is not defined
```
…
-
### Version
1.45 and above
### Steps to reproduce
Example steps (replace with your own):
1. Clone my repo at https://github.com/ServiceNow/WorkArena
2. pip install -r requirements.txt
3. pip instal…
-
### Environment
cloudflare pages
### Reproduction
try to deploy Nuxt to cloudflare pages using the /server/api/hello.ts folder with a simple test
```ts
export default defineEventHandler((_e…