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<ArrayBuffer>
    • __namedParameters: ParseOptions = {}

    Returns AsyncIterableIterator<MhtmlFile>

Generated using TypeDoc