Init. Map does not function and only working on backend at the moment.
This commit is contained in:
14
node_modules/blob/README.md
generated
vendored
Normal file
14
node_modules/blob/README.md
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
Blob
|
||||
====
|
||||
|
||||
A module that exports a constructor that uses window.Blob when available, and a BlobBuilder with any vendor prefix in other cases. If neither is available, it exports undefined.
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
var Blob = require('blob');
|
||||
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
|
||||
```
|
||||
|
||||
## Licence
|
||||
MIT
|
Reference in New Issue
Block a user