Skip to Content
InterfacesIFBlobSource

Interface: IFBlobSource

Methods

getAs()

getAs(contentType): FBlob

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

Parameters

ParameterTypeDescription
contentTypestringthe content type refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types

Returns

FBlob


getBlob()

getBlob(): FBlob

Return the data inside this object as a blob.

Returns

FBlob