We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3d618 commit 43c43b4Copy full SHA for 43c43b4
index.d.ts
@@ -12,7 +12,7 @@ export function askForMicrophoneAccess(): Promise<PermissionType>
12
export function askForPhotosAccess(accessType?: 'add-only' | 'read-write'): Promise<PermissionType>
13
export function askForRemindersAccess(): Promise<Omit<PermissionType, 'restricted'>>
14
export function askForSpeechRecognitionAccess(): Promise<Omit<PermissionType, 'restricted'>>
15
-export function askForScreenCaptureAccess(): undefined
+export function askForScreenCaptureAccess(openPreferences?: boolean): undefined
16
export function getAuthStatus(authType: AuthType): PermissionType | 'not determined'
17
18
export type AuthType =
0 commit comments