Improved soundtrack editing

This commit is contained in:
2017-10-12 17:52:46 +02:00
parent 6d0b2ccdf6
commit 37a9e6cbf4
11 changed files with 142 additions and 68 deletions

View File

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