Merge pull request #7 from tyrasd/patch-1
rewrite Blob when URL object is not present
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/*! @source http://purl.eligrey.com/github/Blob.js/blob/master/Blob.js */
|
/*! @source http://purl.eligrey.com/github/Blob.js/blob/master/Blob.js */
|
||||||
|
|
||||||
if (typeof Blob !== "function")
|
if (typeof Blob !== "function" || typeof URL === "undefined")
|
||||||
var Blob = (function (view) {
|
var Blob = (function (view) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user