Minor updates

This commit is contained in:
2017-10-09 16:23:18 +02:00
parent 6e4897f435
commit 6d8700e166
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// pack:ignore
const CACHE = "v-1"
const CACHE = "v-2"
const RELOADS = new Map<string, Promise<Response>>()
const ETAGS = new Map<string, string>()
const CACHEREFRESH = new Map<string, Promise<void>>()