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
In the HTML integration patch for Realms, HTML keeps track of the parent Realm of each synthetic Realm created in this API as part of a record stored in its [[HostDefined]] field. The parent Realm is used to key off of for various behaviors at the HTML level.
While this mechanism can be defined accurately at the HTML level, it is likely meaningful in other environments as well (cc @jasnell who has been thinking about this for Node.js). So, we should consider defining the parent Realm in a field of the record for synthetic Realms, to facilitate this.