node-blob

JavaScript blob constructor
  https://github.com/rase-/blob
  0
  no reviews



Blob is a Node.js module that exports a constructor using window.Blob when available, and a BlobBuilder with any vendor prefix in other cases.

If neither is available, it exports undefined.

Node.js is an event-based server-side JavaScript engine.