接口: IFBlobSource
方法
getAs()
getAs(contentType): FBlob
Return the data inside this object as a blob converted to the specified content type.
参数
参数 | 类型 | 描述 |
---|---|---|
contentType | string | the content type refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types |
返回
getBlob()
getBlob(): FBlob
Return the data inside this object as a blob.