From 03313562d21d5db9bf6a14ebbeab80e06c883d3a Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 24 Jan 2024 02:31:56 +0100 Subject: MRU->RMU, fixes, cleanup --- MatrixRoomUtils.Web/wwwroot/service-worker.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 MatrixRoomUtils.Web/wwwroot/service-worker.js (limited to 'MatrixRoomUtils.Web/wwwroot/service-worker.js') diff --git a/MatrixRoomUtils.Web/wwwroot/service-worker.js b/MatrixRoomUtils.Web/wwwroot/service-worker.js deleted file mode 100644 index c6d0085..0000000 --- a/MatrixRoomUtils.Web/wwwroot/service-worker.js +++ /dev/null @@ -1,4 +0,0 @@ -// In development, always fetch from the network and do not enable offline support. -// This is because caching would make development more difficult (changes would not -// be reflected on the first load after each change). -self.addEventListener('fetch', () => { }); -- cgit 1.5.1