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

    Interface ResourceOptions

    resource() / Resource.found() にリソースのメタ情報を渡すためのオプション

    interface ResourceOptions {
        encoding?: string;
        length?: number;
        mime_type?: string;
    }
    Index

    Properties

    encoding?: string

    リソースのエンコーディング (デフォルト: 空文字)

    length?: number

    リソースの全バイト長。不明の場合は省略 (省略時は -1 として送信)

    mime_type?: string

    リソースの MIME タイプ (デフォルト: text/css)