[ ソース: node-blob ]
パッケージ: node-blob (0.0.4-5)
JavaScript blob constructor
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.