mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 00:06:18 -04:00
allow multiple file transfer requests by multiple peers simultaneously by putting them in a queue
This commit is contained in:
parent
b2d6a62048
commit
d111bbf067
3 changed files with 43 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
const cacheVersion = 'v6';
|
||||
const cacheVersion = 'v7';
|
||||
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
|
||||
const urlsToCache = [
|
||||
'index.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue