Answers for "how to find the data type in blob or not"

0

how to find the data type in blob or not

var MyBlob = new Blob(['test text'], {type : 'text/plain'});
console.log(MyBlob instanceof Blob) // true
Posted by: Guest on October-12-2020

Code answers related to "how to find the data type in blob or not"

Browse Popular Code Answers by Language