isValid
A Boolean value that indicates whether the system honors a granted capability for the browser extension process.
Declaration
var isValid: Bool { get }Discussion
If the system grants this capability to the browser extension process and you haven’t called invalidate(), then this property is true; otherwise, it’s false.