Changes for page LiveTableServiceWorker
Last modified by bougault on 2022/03/22 17:19
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -14,5 +14,6 @@ 14 14 event.respondWith( async function() { 15 15 let response = await fetch(event.request); 16 16 return response; 17 - }) 17 + }) 18 + }); 18 18 });