Skip to content

Commit 689bee1

Browse files
authored
Use native Blob when possible
1 parent 50b89fc commit 689bee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ Object.defineProperties(Blob.prototype, {
175175
slice: {enumerable: true}
176176
});
177177

178-
module.exports = Blob;
178+
module.exports = require("buffer").Blob || Blob;

0 commit comments

Comments
 (0)