Searched refs:handlePermissionsQueryAsync (Results 1 – 6 of 6) sorted by relevance
82 async function handlePermissionsQueryAsync( function210 return handlePermissionsQueryAsync('camera');216 return handlePermissionsQueryAsync('camera');222 return handlePermissionsQueryAsync('microphone');
65 async function handlePermissionsQueryAsync(query) { function185 return handlePermissionsQueryAsync('camera');191 return handlePermissionsQueryAsync('camera');197 return handlePermissionsQueryAsync('microphone');
1 …handlePermissionsQueryAsync(\n query: 'camera' | 'microphone'\n): Promise<PermissionResponse> {\n…
61 async function handlePermissionsQueryAsync() { function121 return handlePermissionsQueryAsync();
1 …handlePermissionsQueryAsync(): Promise<PermissionResponse> {\n if (!navigator?.permissions?.query…
66 async function handlePermissionsQueryAsync(): Promise<PermissionResponse> { function131 return handlePermissionsQueryAsync();