mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-08-06 16:50:54 +00:00
added zip support
This commit is contained in:
parent
c59a8cbfd0
commit
94529e1a52
19 changed files with 473 additions and 188 deletions
|
@ -30,11 +30,13 @@ caches.keys().then(function(cacheNames){
|
|||
});
|
||||
|
||||
var PRECACHE_ID='rom-patcher-js';
|
||||
var PRECACHE_VERSION='v4';
|
||||
var PRECACHE_VERSION='v6';
|
||||
var PRECACHE_URLS=[
|
||||
'/RomPatcher.js/','/RomPatcher.js/index.html',
|
||||
'/RomPatcher.js/manifest.json',
|
||||
'/RomPatcher.js/favicon.png',
|
||||
'/RomPatcher.js/logo114.png',
|
||||
'/RomPatcher.js/logo144.png',
|
||||
'/RomPatcher.js/logo192.png',
|
||||
'/RomPatcher.js/RomPatcher.css',
|
||||
'/RomPatcher.js/RomPatcher.js',
|
||||
|
@ -42,8 +44,12 @@ var PRECACHE_URLS=[
|
|||
'/RomPatcher.js/worker_apply.js',
|
||||
'/RomPatcher.js/worker_create.js',
|
||||
'/RomPatcher.js/worker_crc.js',
|
||||
'/RomPatcher.js/MarcFile.js',
|
||||
'/RomPatcher.js/libs/MarcFile.js',
|
||||
'/RomPatcher.js/libs/zip.js',
|
||||
'/RomPatcher.js/libs/z-worker.js',
|
||||
'/RomPatcher.js/libs/inflate.js',
|
||||
'/RomPatcher.js/crc.js',
|
||||
'/RomPatcher.js/zip.js',
|
||||
'/RomPatcher.js/ips.js',
|
||||
'/RomPatcher.js/ups.js',
|
||||
'/RomPatcher.js/aps.js',
|
||||
|
@ -55,7 +61,6 @@ var PRECACHE_URLS=[
|
|||
|
||||
|
||||
|
||||
//PRECACHE_ID='precache-'+PRECACHE_ID+'-'+PRECACHE_VERSION;
|
||||
// install event (fired when sw is first installed): opens a new cache
|
||||
self.addEventListener('install', evt => {
|
||||
evt.waitUntil(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue