mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
21
node_modules/blob/README.md
generated
vendored
Normal file
21
node_modules/blob/README.md
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# 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
|
Reference in New Issue
Block a user