Creates a new ZipResourceProvider using the specified ArrayBuffer 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
If true, transfers the ArrayBuffer to the WebWorker instance.
Resolved with an IZipResourceProvider if the zip archive loaded successfully.
Creates a new ZipResourceProvider using the specified ArrayBuffer 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