WindowRealmInfo

Represents information about a window realm.

Constructor

new WindowRealmInfo(realmId, origin, realmType, browsingContext, sandbox)

Constructs a new instance of the WindowRealmInfo class.

Parameters:
NameTypeDefaultDescription
realmIdstring

The ID of the realm.

originstring

The origin of the realm.

realmTypestring

The type of the realm.

browsingContextstring

The browsing context of the realm.

sandboxstring | nullnull

The sandbox of the realm (optional).

Extends