[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2025-03-12 08:59 -  
[   ]package.json2025-03-12 08:59 533  
[   ]index.js2025-03-12 08:59 2.5K 
[   ]component.json2025-03-12 08:59 274  
[TXT]README.md2025-03-12 08:59 326  
[   ]Makefile2025-03-12 08:59 218  
[   ]LICENSE2025-03-12 08:59 1.1K 
# Blob

A cross-browser `Blob` that falls back to `BlobBuilder` when appropriate.
If neither is available, it exports `undefined`.

## Installation

``` bash
$ npm install blob
```

## Example

``` js
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
```

## License

MIT