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 001dd89 commit 50564b8Copy full SHA for 50564b8
example/web/twilio-sw.js
@@ -1,6 +1,6 @@
1
-importScripts('notifications.js')
+// Twilio Voice Service Worker
2
3
-// create service worker
+importScripts('notifications.js')
4
5
const tag = 'Service Worker';
6
@@ -11,7 +11,7 @@ const _error = (...message) => {
11
console.error(`[ ${tag} ]`, ...message);
12
};
13
14
-_log('Started');
+_log('Twilio Voice service-worker started');
15
16
self.addEventListener('message', (event) => {
17
_handleMessage(event);
0 commit comments