Skip to Content
InterfacesIFBlobSource

接口: IFBlobSource

方法

getAs()

getAs(contentType): FBlob

Return the data inside this object as a blob converted to the specified content type.

参数

参数类型描述
contentTypestringthe content type refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types

返回

FBlob


getBlob()

getBlob(): FBlob

Return the data inside this object as a blob.

返回

FBlob