![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2025-03-12 08:59 | - | |
![]() | LICENSE | 2025-03-12 08:59 | 1.1K | |
![]() | Makefile | 2025-03-12 08:59 | 218 | |
![]() | README.md | 2025-03-12 08:59 | 326 | |
![]() | component.json | 2025-03-12 08:59 | 274 | |
![]() | index.js | 2025-03-12 08:59 | 2.5K | |
![]() | package.json | 2025-03-12 08:59 | 533 |
# 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