This commit is contained in:
Sidharth Vinod
2021-06-01 23:00:15 +05:30
parent 8880c88c30
commit 17698d9be0
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -1,7 +1,6 @@
<script lang="ts">
import Card from '$lib/components/card/card.svelte';
import { base64State } from '$lib/util/state';
import { toBase64 } from 'js-base64';
import moment from 'moment';
+2 -4
View File
@@ -1,4 +1,2 @@
self.addEventListener('fetch', (e) => {
// @ts-ignore Will add types later
console.log(`[Service Worker] Fetched resource ${e.request.url}`);
});
// eslint-disable-next-line @typescript-eslint/no-empty-function
self.addEventListener('fetch', (e) => {});