Interface: IFBlobSource
Methods
getAs()
getAs(contentType): FBlob;Return the data inside this object as a blob converted to the specified content type.
Parameters
| Parameter | Type | Description | 
|---|---|---|
| contentType | string | the content type refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types | 
Returns
getBlob()
getBlob(): FBlob;Return the data inside this object as a blob.