Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DgetDevicePushTokenAsync.web.js26 const serviceWorkerPath = Constants.expoConfig?.notification?.serviceWorkerPath;
27 if (!serviceWorkerPath) {
33 registration = await navigator.serviceWorker.register(serviceWorkerPath);
36 …er this device for push notifications because the service worker (${serviceWorkerPath}) could not …
H A DgetDevicePushTokenAsync.web.js.map1serviceWorkerPath = Constants.expoConfig?.notification?.serviceWorkerPath;\n if (!serviceWorkerPa…
/expo/packages/expo-notifications/src/
H A DgetDevicePushTokenAsync.web.ts44 const serviceWorkerPath = Constants.expoConfig?.notification?.serviceWorkerPath; constant
45 if (!serviceWorkerPath) {
55 registration = await navigator.serviceWorker.register(serviceWorkerPath);
59 …er this device for push notifications because the service worker (${serviceWorkerPath}) could not …