deepsea ca9f471156 first commit před 1 rokem
..
.idea ca9f471156 first commit před 1 rokem
test ca9f471156 first commit před 1 rokem
.zuul.yml ca9f471156 first commit před 1 rokem
LICENSE ca9f471156 first commit před 1 rokem
Makefile ca9f471156 first commit před 1 rokem
README.md ca9f471156 first commit před 1 rokem
component.json ca9f471156 first commit před 1 rokem
index.js ca9f471156 first commit před 1 rokem
package.json ca9f471156 first commit před 1 rokem

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