You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #7348 (comment), we sometimes say something vague like "the WindowProxy that corresponds to window", and sometimes we do something rigorous-but-hard-to-understand, like "window's relevant Realm.[[GlobalEnv]].[[GlobalThisValue]]" or "window's relevant Realm.[[GlobalEnv]]'s EnvironmentRecord's [[GlobalThisValue]]".
We should create a wrapper definition, e.g. "window's corresponding WindowProxy", and use that throughout.
The text was updated successfully, but these errors were encountered:
As noted in #7348 (comment), we sometimes say something vague like "the WindowProxy that corresponds to window", and sometimes we do something rigorous-but-hard-to-understand, like "window's relevant Realm.[[GlobalEnv]].[[GlobalThisValue]]" or "window's relevant Realm.[[GlobalEnv]]'s EnvironmentRecord's [[GlobalThisValue]]".
We should create a wrapper definition, e.g. "window's corresponding WindowProxy", and use that throughout.
The text was updated successfully, but these errors were encountered: