Home
last modified time | relevance | path

Searched refs:resolveOnce (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationPermissionsModule.js37 function resolveOnce(status) { function
44 Notification.requestPermission(resolveOnce)?.then(resolveOnce)?.catch(reject);
H A DNotificationPermissionsModule.js.map1resolveOnce(status: string) {\n if (!resolved) {\n resolved = true;\n …
/expo/packages/expo-notifications/src/
H A DNotificationPermissionsModule.ts52 function resolveOnce(status: string) {
59 Notification.requestPermission(resolveOnce)?.then(resolveOnce)?.catch(reject);