Click or drag to resize

Frame Properties

Version 86.0.240

The Frame type exposes the following members.

Properties
  NameDescription
Public propertyAdFrameType
Public propertyCrossOriginIsolatedContextType
Public propertyDomainAndRegistry
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"
Public propertyId
Frame unique identifier.
Public propertyLoaderId
Identifier of the loader associated with this frame.
Public propertyMimeType
Frame document's mimeType as determined by the browser.
Public propertyName
Frame's name as specified in the tag.
Public propertyParentId
Parent frame identifier.
Public propertySecureContextType
Public propertySecurityOrigin
Frame document's security origin.
Public propertyUnreachableUrl
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.
Public propertyUrl
Frame document's URL without fragment.
Public propertyUrlFragment
Frame document's URL fragment including the '#'.
Top
See Also