Constructor
new Blob(contents)
Returns a newly created Blob object which contains a concatenation of all of the data in the given contents.
Parameters:
Name | Type | Description |
---|---|---|
contents |
Array | an array of ArrayBuffer, or String objects that will be put inside the Blob. |