![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 3 months ago | - | |
![]() | LICENSE | 3 months ago | 1.1K | |
![]() | Makefile | 3 months ago | 218 | |
![]() | README.md | 3 months ago | 326 | |
![]() | component.json | 3 months ago | 274 | |
![]() | index.js | 3 months ago | 2.5K | |
![]() | package.json | 3 months ago | 533 |
A cross-browser Blob
that falls back to BlobBuilder
when appropriate.
If neither is available, it exports undefined
.
$ npm install blob
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
MIT