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

    Class TextWriter

    Represents a Writer instance used to retrieve the written data as a string.

    Implements

    Index
    encoding?: string

    The encoding of the text returned by TextWriter#getData.

    size: number

    The number of bytes written into the instance.

    writable: WritableStream

    The WritableStream instance.

    • Retrieves all the written data

      Returns Promise<string>

      A promise resolving to the written data.