[ 原始碼: node-blob ]
套件:node-blob(0.0.4-2)
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.