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 fab1b50 commit 4494a22Copy full SHA for 4494a22
worker/worker-channel.js
@@ -28,6 +28,7 @@ async function setupWorkerChannel() {
28
resp = JSON.parse(resp);
29
} catch(e) {
30
resp = '';
31
+ console.log('[Client] Pinged ServiceWorker for installation');
32
}
33
34
if (!resp || !resp.clientId) {
0 commit comments