Contents

hasAccessToAllURLs

A Boolean value indicating if the currently granted permission match patterns set contains the <all_urls> pattern.

Declaration

var hasAccessToAllURLs: Bool { get }

Discussion

This does not check for any * host patterns. In most cases you should use the broader hasAccessToAllHosts.

See Also

Related Documentation