webmodules / blob

A cross-browser Blob that falls back to BlobBuilder when appropriate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A cross-browser Blob that falls back to BlobBuilder when appropriate

License:MIT License


Languages

Language:JavaScript 96.5%Language:Makefile 3.5%