Frame
@Serializable
Information about the Frame on the page.
Constructors
Link copied to clipboard
constructor(id: FrameId, parentId: FrameId? = null, loaderId: LoaderId, name: String? = null, url: String, urlFragment: String? = null, domainAndRegistry: String? = null, securityOrigin: String, mimeType: String, unreachableUrl: String? = null, adFrameStatus: AdFrameStatus? = null, secureContextType: SecureContextType? = null, crossOriginIsolatedContextType: CrossOriginIsolatedContextType? = null, gatedAPIFeatures: List<GatedAPIFeatures>? = null)
Properties
Link copied to clipboard
Indicates whether this frame was tagged as an ad and why.
Link copied to clipboard
Indicates whether this is a cross origin isolated context.
Link copied to clipboard
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"
Link copied to clipboard
Indicated which gated APIs / features are available.
Link copied to clipboard
Indicates whether the main document is a secure context and explains why that is the case.
Link copied to clipboard
Frame document's security origin.
Link copied to clipboard
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.
Link copied to clipboard
Frame document's URL fragment including the '#'.