Creates a new ZipResourceProvider using the specified Blob as source.
If transfer is set to true, the ArrayBuffer is transferred to the WebWorker which will improve performance loading the zip archive. See https://developer.mozilla.org/en-US/docs/Web/API/Transferable
The full zip archive
Resolved with an IZipResourceProvider if the zip archive loaded successfully.
Creates a new ZipResourceProvider using the specified Blob as source.
If transfer is set to true, the ArrayBuffer is transferred to the WebWorker which will improve performance loading the zip archive. See https://developer.mozilla.org/en-US/docs/Web/API/Transferable