Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 lat temu
..
.idea First Commit 3 lat temu
test First Commit 3 lat temu
.zuul.yml First Commit 3 lat temu
LICENSE First Commit 3 lat temu
Makefile First Commit 3 lat temu
README.md First Commit 3 lat temu
component.json First Commit 3 lat temu
index.js First Commit 3 lat temu
package.json First Commit 3 lat temu

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