Contents

hasPermission(_:)

Checks the specified permission against the currently granted permissions.

Declaration

func hasPermission(_ permission: WKWebExtension.Permission) -> Bool

Parameters

  • permission:

    The permission for which to return the status.

See Also

Related Documentation