1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

added preliminary xdelta support (disabled by default), it works with small ROMs, but fails with bigger ROMs

This commit is contained in:
marcrobledo 2018-09-18 16:41:00 +02:00
parent 500064df8c
commit 8d0b35d179
3 changed files with 978 additions and 5 deletions

View file

@ -12,7 +12,7 @@ limitations under the License.
mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js
*/
const PRECACHE_ID='v20180830';
const PRECACHE_ID='v20180918';
const PRECACHE_FILES=[
'index.html','./',
'RomPatcher.css',