Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is a blob in javascript

//The Blob() constructor returns a new Blob object. The content of the blob
//consists of the concatenation of the values given in the parameter array.

//syntax
var newBlob = new Blob(array, options);
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #blob #javascript
ADD COMMENT
Topic
Name
6+6 =