神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface BlobPropertyBag

    Optional parameters for creating a blob, including the MIME type and line ending handling.

    interface BlobPropertyBag {
        endings?: EndingType;
        type?: string;
    }
    Index

    Properties

    Properties

    endings?: EndingType
    type?: string