mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 16:26:17 -04:00
allow multiple message transfers by multiple peers simultaneously by putting them in a queue
This commit is contained in:
parent
671dfa1c87
commit
b0e798b3cd
5 changed files with 91 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
const cacheVersion = 'v7';
|
||||
const cacheVersion = 'v8';
|
||||
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
|
||||
const urlsToCache = [
|
||||
'index.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue