-
Right now there is a single global object per runtime instance but ECMA262 defines realms.
https://262.ecma-international.org/#sec-code-realms
-
### What happened?
We've been seeing hard crashes of the Unity Editor that fail to produce crash reports. We have flexible sync turned on and it __seems__ possibly related to writing to the database.…
-
Hi, I am wondering about what kind of user stories we are thinking about here, and how they differ from realms. This seems like a more light weight solution for things like testing and tooling, but th…
-
In JS, code execution is always tied to some realm (or "context" in V8 terminology), which provides a global object and a set of built-ins (`Object`, `Array`, `Error`, etc.) which is different from th…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
o…
-
First step in figuring out #5. The use case in question: postMessaging a promise from window A (where it was created) to window B.
Promises are tricky because they not only have internal state to enc…
-
Once I authenticated with keycloak using infinispan-console, its on a loop.
#state is changing the web url ..
This is my config realm file.
Keycloak version is 25 and latest but same thing is wor…
-
There is no way to control script workflow with a **SERVER/CLIENT** realms. Its not exists in TypeScript.
https://wiki.facepunch.com/gmod/States
There are also some global variables, such as **E…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
I tried exporting a realm containing a few thousand users, about 300 groups, and 1000 client roles and the endpoint sends a code 504 with the following body :
```
504 Gateway Time-out
The…