Interface NavigatorPermissions

interface NavigatorPermissions {
    query(options): Promise<PermissionStatus>;
}

Methods

Methods