@zip.js/zip.js
    Preparing search index...

    Variable ERR_INVALID_READERConst

    ERR_INVALID_READER: string

    Invalid reader error

    Thrown when the second argument of ZipWriter#add is neither a Reader instance, a ReadableStream instance, nor an object exposing a readable property. A Blob, a string or a Uint8Array must be wrapped in the matching Reader class, e.g. BlobReader, TextReader or Uint8ArrayReader.