| 
				
					 | 
			hace 3 años | |
|---|---|---|
| .. | ||
| .idea | hace 3 años | |
| test | hace 3 años | |
| .zuul.yml | hace 3 años | |
| LICENSE | hace 3 años | |
| Makefile | hace 3 años | |
| README.md | hace 3 años | |
| component.json | hace 3 años | |
| index.js | hace 3 años | |
| package.json | hace 3 años | |
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