mhtml-stream
    Preparing search index...

    Interface MhtmlFile

    a file that was encoded in MHTML format

    interface MhtmlFile {
        content: Uint8Array;
        headers: MhtmlHeaders;
    }
    Index

    Properties

    Properties

    content: Uint8Array

    the file's content

    headers: MhtmlHeaders

    the files's headers