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

    Class BlobWriter

    Represents a WritableWriter instance used to retrieve the written data as a Blob instance.

    Implements

    Index
    contentType?: string

    The MIME type of the content, i.e. the type of the Blob instance returned by BlobWriter#getData.

    size: number

    The number of bytes written into the instance.

    writable: WritableStream

    The WritableStream instance.

    • Retrieves all the written data

      Returns Promise<Blob>

      A promise resolving to the written data.