Constructor
new WindowRealmInfo(realmId, origin, realmType, browsingContext, sandbox)
Constructs a new instance of the WindowRealmInfo class.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
realmId | string | The ID of the realm. | |
origin | string | The origin of the realm. | |
realmType | string | The type of the realm. | |
browsingContext | string | The browsing context of the realm. | |
sandbox | string | | null | The sandbox of the realm (optional). |
- Source