allow multiple message transfers by multiple peers simultaneously by putting them in a queue

This commit is contained in:
schlagmichdoch 2023-02-10 03:26:08 +01:00
parent 671dfa1c87
commit b0e798b3cd
5 changed files with 91 additions and 34 deletions

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v7';
const cacheVersion = 'v8';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',