We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8513ec6 + a4190e0 commit e8f1b2bCopy full SHA for e8f1b2b
README.md
@@ -30,7 +30,7 @@ var toBuffer = require('blob-to-buffer')
30
// Get a Blob somehow...
31
var blob = new Blob([ new Uint8Array([1, 2, 3]) ], { type: 'application/octet-binary' })
32
33
-var buffer = toBuffer(blob, function (err, buffer) {
+toBuffer(blob, function (err, buffer) {
34
if (err) throw err
35
36
buffer[0] // => 1
0 commit comments