Home | History | Annotate | Download | only in profviz

Lines Matching refs:blob

3999           new Blob();
4003 console.log("warning: no blob constructor, cannot create blobs with mimetypes");
4034 b = new Blob([byteArray], { type: getMimetype(name) });
4036 Runtime.warnOnce('Blob constructor present but fails: ' + e + '; falling back to blob builder');
4084 var b = new Blob([byteArray], { type: getMimetype(name) });