hasPermission(_:)
Checks the specified permission against the currently granted permissions.
Declaration
func hasPermission(_ permission: WKWebExtension.Permission) -> BoolParameters
- permission:
The permission for which to return the status.
Checks the specified permission against the currently granted permissions.
func hasPermission(_ permission: WKWebExtension.Permission) -> BoolThe permission for which to return the status.