| Frame Properties | 
The Frame type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AdFrameType | |
|  | CrossOriginIsolatedContextType | |
|  | DomainAndRegistry | 
            Frame document's registered domain, taking the public suffixes list into account.
            Extracted from the Frame's url.
            Example URLs: http://www.google.com/file.html -> "google.com"
                          http://a.b.co.uk/file.html      -> "b.co.uk"
             | 
|  | GatedAPIFeatures | |
|  | Id | 
            Frame unique identifier.
             | 
|  | LoaderId | 
            Identifier of the loader associated with this frame.
             | 
|  | MimeType | 
            Frame document's mimeType as determined by the browser.
             | 
|  | Name | 
            Frame's name as specified in the tag.
             | 
|  | ParentId | 
            Parent frame identifier.
             | 
|  | SecureContextType | |
|  | SecurityOrigin | 
            Frame document's security origin.
             | 
|  | UnreachableUrl | 
            If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
             | 
|  | Url | 
            Frame document's URL without fragment.
             | 
|  | UrlFragment | 
            Frame document's URL fragment including the '#'.
             | 
 See Also
See Also