PermissionCheckHandlerHandlerDetails

Properties

Link copied to clipboard
abstract var embeddingOrigin: String?

The origin of the frame embedding the frame that made the permission check. Only set for cross-origin sub frames making permission checks.

Link copied to clipboard
abstract var isMainFrame: Boolean

Whether the frame making the request is the main frame

Link copied to clipboard

The type of media access being requested, can be video, audio or unknown

Link copied to clipboard
abstract var requestingUrl: String?

The last URL the requesting frame loaded. This is not provided for cross-origin sub frames making permission checks.

Link copied to clipboard
abstract var securityOrigin: String?

The security origin of the media check.