Colibrio Reader Framework API - Cloud license
    Preparing search index...
    • 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

      Parameters

      • data: ArrayBuffer

        The full zip archive

      • transfer: boolean

        If true, transfers the ArrayBuffer to the WebWorker instance.

      Returns Promise<IZipResourceProvider>

      Resolved with an IZipResourceProvider if the zip archive loaded successfully.