@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

    Constructors

    Properties

    Methods

    Constructors

    • Creates the BlobWriter instance

      Parameters

      • OptionalmimeString: string

        The MIME type of the content.

      Returns BlobWriter

    Properties

    writable: WritableStream

    The WritableStream instance.

    Methods

    • Retrieves all the written data

      Returns Promise<Blob>

      A promise resolving to the written data.