diff --git a/archive/unrar.js b/archive/unrar.js index 2ca05d0..bc20e27 100644 --- a/archive/unrar.js +++ b/archive/unrar.js @@ -14,7 +14,7 @@ // This file expects to be invoked as a Worker (see onmessage below). importScripts('../io/bitstream-worker.js'); importScripts('../io/bytestream-worker.js'); -importScripts('../io/bytebuffer.js'); +importScripts('../io/bytebuffer-worker.js'); importScripts('archive.js'); importScripts('rarvm.js'); diff --git a/archive/unzip.js b/archive/unzip.js index aecd1e1..7819969 100644 --- a/archive/unzip.js +++ b/archive/unzip.js @@ -14,9 +14,9 @@ // This file expects to be invoked as a Worker (see onmessage below). importScripts('../io/bitstream-worker.js'); -importScripts('../io/bytebuffer.js'); +importScripts('../io/bytebuffer-worker.js'); importScripts('../io/bytestream-worker.js'); -importScripts('archive.js'); +//importScripts('archive.js'); const UnarchiveState = { NOT_STARTED: 0,