ConstThrown 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.
Invalid reader error