deepsea ca9f471156 first commit vor 1 Jahr
..
.idea ca9f471156 first commit vor 1 Jahr
test ca9f471156 first commit vor 1 Jahr
.zuul.yml ca9f471156 first commit vor 1 Jahr
LICENSE ca9f471156 first commit vor 1 Jahr
Makefile ca9f471156 first commit vor 1 Jahr
README.md ca9f471156 first commit vor 1 Jahr
component.json ca9f471156 first commit vor 1 Jahr
index.js ca9f471156 first commit vor 1 Jahr
package.json ca9f471156 first commit 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