copper-cti - v1.0.0
    Preparing search index...

    Interface TranscodeOptions

    transcode() でメインドキュメントのメタ情報を指定するためのオプション

    interface TranscodeOptions {
        encoding?: string;
        length?: number;
        mimeType?: string;
    }
    Index

    Properties

    encoding?: string

    ドキュメントのエンコーディング (デフォルト: UTF-8)

    length?: number

    ドキュメントの全バイト長。不明の場合は省略 (省略時は -1 として送信)

    mimeType?: string

    ドキュメントの MIME タイプ (デフォルト: text/html)