From eab4d9b03aeaef091f6fd6b5b24df5bd53ac1bb2 Mon Sep 17 00:00:00 2001 From: "ext.sopra.yvallet@grandlyon.com" <ext.sopra.yvallet@grandlyon.com> Date: Thu, 6 May 2021 11:25:10 +0200 Subject: [PATCH] publish: Merge branch 'fix/Profile_type_building_date' into 'dev' generated from commit f868b657fce4de773301ca350c8bf86d7989d54a --- serviceWorker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/serviceWorker.js b/serviceWorker.js index a75a8db2e..e4a5672ee 100644 --- a/serviceWorker.js +++ b/serviceWorker.js @@ -40,6 +40,7 @@ self.addEventListener('activate', event => { // If no response is found, it populates the runtime cache with the response // from the network before returning it to the page. self.addEventListener('fetch', event => { + console.log(event.request.url) // Skip cross-origin requests, like those for Google Analytics. if (event.request.url.startsWith(self.location.origin)) { event.respondWith( -- GitLab