append method
Appends the supplied Blob to the current contents of the MSBlobBuilder object.
![]() |
Syntax
var retval = MSBlobBuilder.append(data, endings);Parameters
- data [in]
-
Type: any
- endings [in, optional]
-
Type: DOMString
Return value
Type: HRESULT
This method can return one of these values.
- S_OK
Remarks
Us the Blob constructor instead of the MSBlobBuilder constructor.
See also
Show:
