query

suspend fun query(permissionDesc: PermissionDescriptor): PermissionStatus(source)

The query() method of the Permissions interface returns the state of a user permission on the global scope.

MDN Reference