mhtml-stream
    Preparing search index...

    Function parseMhtml

    • parse a readable stream into an async iterator of MHTML files

      decoderOverrides can be used to overwrite default encoders or specify your own if a Content-Transfer-Encoding isn't handled properly

      Parameters

      • stream: AsyncIterable<Uint8Array<ArrayBufferLike>>
      • __namedParameters: ParseOptions = {}

      Returns AsyncIterableIterator<MhtmlFile>