XuelesszzZ 94af2b8e7b 6-30-5 vor 1 Jahr
..
.idea 94af2b8e7b 6-30-5 vor 1 Jahr
test 94af2b8e7b 6-30-5 vor 1 Jahr
.zuul.yml 94af2b8e7b 6-30-5 vor 1 Jahr
LICENSE 94af2b8e7b 6-30-5 vor 1 Jahr
Makefile 94af2b8e7b 6-30-5 vor 1 Jahr
README.md 94af2b8e7b 6-30-5 vor 1 Jahr
component.json 94af2b8e7b 6-30-5 vor 1 Jahr
index.js 94af2b8e7b 6-30-5 vor 1 Jahr
package.json 94af2b8e7b 6-30-5 vor 1 Jahr

README.md

Blob

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

Installation

$ npm install blob

Example

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

License

MIT