---
title: currentPermissions
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextensioncontext/currentpermissions
---

# currentPermissions

The currently granted permissions that have not expired.

## Declaration

```swift
var currentPermissions: Set<WKWebExtension.Permission> { get }
```

## See Also

### Related Documentation

- [grantedPermissions](webkit/wkwebextensioncontext/grantedpermissions.md)
